dependabot: batch updates
Rather than endless rebases, just batch all go updates to once a week. Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
parent
2f0faf6721
commit
aacae5c053
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -17,3 +17,7 @@ updates:
|
|||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
golang:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user