mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 11:06:04 +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:
|
updates:
|
||||||
- package-ecosystem: gomod
|
- package-ecosystem: gomod
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
# schedule:
|
||||||
interval: monthly
|
# interval: monthly
|
||||||
time: "07:00"
|
# time: "07:00"
|
||||||
open-pull-requests-limit: 10
|
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
|
- package-ecosystem: docker
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user