Skip to content

Commit d846fc7

Browse files
committed
dependabot: Group patch updates
This only groups patch level updates: this might not do that much considering the inconsistent version numbers in the relevant ecosystems... We could add "minor" updates too but then there's more chance of broken dependebot group updates Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent e2dcaf7 commit d846fc7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,23 @@ updates:
1818
directory: "/"
1919
schedule:
2020
interval: "weekly"
21+
groups:
22+
go-patch-updates:
23+
update-types:
24+
- "patch"
2125
- package-ecosystem: "github-actions"
2226
directory: "/"
2327
schedule:
2428
interval: "weekly"
29+
groups:
30+
actions-patch-updates:
31+
update-types:
32+
- "patch"
2533
- package-ecosystem: "docker"
2634
directory: "/"
2735
schedule:
2836
interval: "weekly"
37+
groups:
38+
docker-patch-updates:
39+
update-types:
40+
- "patch"

0 commit comments

Comments
 (0)