Skip to content

Commit ed36761

Browse files
authored
Merge pull request #1943 from rabbitmq/dependabot-groups
Add dependabot groups.
2 parents a178a61 + c01c182 commit ed36761

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
5+
groups:
6+
all:
7+
patterns:
8+
- '*'
59
schedule:
610
interval: "daily"
711
ignore:
@@ -15,10 +19,18 @@ updates:
1519
versions: ["0.2.x"]
1620
- package-ecosystem: "gomod"
1721
directory: "/internal/tools/"
22+
groups:
23+
tools:
24+
patterns:
25+
- '*'
1826
schedule:
1927
interval: "daily"
2028
- package-ecosystem: "gomod"
2129
directory: "/internal/promtool/"
30+
groups:
31+
promtool:
32+
patterns:
33+
- '*'
2234
schedule:
2335
interval: "daily"
2436
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)