mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 02:56:03 +00:00
Group go.mod updates
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
parent
a7007d6924
commit
f9489767ed
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -2,10 +2,18 @@ version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "07:00"
|
||||
# schedule:
|
||||
# interval: monthly
|
||||
# time: "07:00"
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
all-go-mod-patch-and-minor:
|
||||
patterns: ["*"]
|
||||
update-types: ["patch", "minor"]
|
||||
ignore:
|
||||
# Ignore k8s and its transitives modules as they are upgraded manually
|
||||
- dependency-name: "k8s.io/*"
|
||||
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
|
||||
- package-ecosystem: docker
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user