Skip to content

Commit

Permalink
Dependabot: dependency updates (#301)
Browse files Browse the repository at this point in the history
* adds a basic config to have dependabot try to update dependencies once a month
  • Loading branch information
Theodlz authored May 16, 2024
1 parent 95b54e5 commit 5d1417a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
time: "06:00"
open-pull-requests-limit: 20

0 comments on commit 5d1417a

Please sign in to comment.