gbowne1/json-maestro

[Internal Feat] Dependabot.yml

Open

#54 opened on Dec 13, 2024

 (0 comments) (0 reactions) (0 assignees)Python (2 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide