gbowne1/json-maestro

[Internal Feat] Dependabot.yml

Aperta

#54 aperta il 13 dic 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Python (2 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (4 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor