Skip to content

Commit

Permalink
Add Dependabot configuration for pip and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Jun 17, 2024
1 parent c377852 commit eede468
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "00:00"
timezone: "Europe/London"
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "00:00"
timezone: "Europe/London"
open-pull-requests-limit: 5

0 comments on commit eede468

Please sign in to comment.