Skip to content

Commit f3b47d9

Browse files
authored
Merge pull request #502 from zalando-incubator/grouped-dependabot
2 parents 059bfb2 + d766a78 commit f3b47d9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@ updates:
44
directory: "/"
55
schedule:
66
interval: monthly
7-
time: "07:00"
87
open-pull-requests-limit: 10
8+
groups:
9+
all-go-mod-patch-and-minor:
10+
patterns: ["*"]
11+
update-types: ["patch", "minor"]
12+
ignore:
13+
# Ignore k8s and its transitives modules as they are upgraded manually
14+
- dependency-name: "k8s.io/*"
15+
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
916
- package-ecosystem: docker
1017
directory: "/"
1118
schedule:
1219
interval: monthly
1320
time: "07:00"
1421
open-pull-requests-limit: 10
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: "monthly"
26+
groups:
27+
github-actions:
28+
patterns:
29+
- "*"

0 commit comments

Comments
 (0)