Skip to content

Commit

Permalink
Add dependabot config for pip modules (requirements.txt) (#2273)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Spaargaren <[email protected]>
  • Loading branch information
nickspaargaren and nickspaargaren authored Dec 22, 2024
1 parent a9f5c4a commit eacc469
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

version: 2
updates:

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
# `/` is correct for `github/workflows` according to https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit eacc469

Please sign in to comment.