Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
36916bec38
commit
20f0d76459
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "13:00"
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: socket2
|
||||
versions:
|
||||
- 0.4.0
|
Loading…
Reference in New Issue
Block a user