.github: enable dependabot for upgrading go dependencies
This commit is contained in:
parent
e8ef689929
commit
efcb8e412b
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/."
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 3
|
Loading…
Reference in New Issue
Block a user