Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
db239d22e4
commit
782d223e9d
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "08:00"
|
||||
open-pull-requests-limit: 99
|
||||
ignore:
|
||||
- dependency-name: sphinx
|
||||
versions:
|
||||
- "> 2.4.4"
|
||||
Loading…
Reference in New Issue
Block a user