gbowne1/json-maestro

[Internal Feat] Dependabot.yml

Ouverte

#54 ouverte le 13 déc. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Python (2 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

We could possibly use dependabot to keep track of deps from requirements.txt etc`ve I've never done it with a python project but they say its possible.

version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "daily"

See also https://til.simonwillison.net/github/dependabot-python-setup

Guide contributeur