Skip to content

Commit

Permalink
Create dependabot.yml (#531)
Browse files Browse the repository at this point in the history
We have enabled dependabot already for security specific alerts. This is for non-security specific alerts and will open pull requests when there upgrades to the dependencies we leverage.
  • Loading branch information
jpdakran authored Apr 8, 2022
1 parent 70e6cf6 commit 18c50e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"

0 comments on commit 18c50e9

Please sign in to comment.