Skip to content

Commit 7b6ad62

Browse files
chore(ci): group azure and prost crates for dependabot (vectordotdev#18525)
Group azure and prost crates for dependabot Signed-off-by: Stephen Wakely <[email protected]>
1 parent f30537e commit 7b6ad62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ updates:
1010
commit-message:
1111
prefix: "chore(deps)"
1212
open-pull-requests-limit: 100
13+
groups:
14+
azure:
15+
patterns:
16+
- "azure_*"
17+
prost:
18+
patterns:
19+
- "prost"
20+
- "prost-*"
1321
- package-ecosystem: "docker"
1422
directory: "/distribution/docker/"
1523
schedule:

0 commit comments

Comments
 (0)