Skip to content

Commit 515d26b

Browse files
authored
Group dependabot updates (#641)
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent e97a62b commit 515d26b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ updates:
99
- package-ecosystem: gomod
1010
directory: "/"
1111
schedule:
12-
interval: monthly
12+
interval: daily
1313
time: "07:00"
1414
open-pull-requests-limit: 10
15+
groups:
16+
all-go-mod-patch-and-minor:
17+
patterns: ["*"]
18+
update-types: ["patch", "minor"]
19+
ignore:
20+
# Ignore k8s and its transitives modules as they are upgraded manually
21+
- dependency-name: "k8s.io/*"
22+
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)