Skip to content

Commit 1029974

Browse files
authored
chore: group prost dependabot updates (#7659)
# Which issue does this PR close? None. # Rationale for this change Group PRs like - #7656 - #7657 - #7658 # What changes are included in this PR? Group for prost updates in dependabot config. # Are there any user-facing changes? No.
1 parent c87a4d9 commit 1029974

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ updates:
66
interval: daily
77
open-pull-requests-limit: 10
88
target-branch: main
9-
labels: [ auto-dependencies, arrow ]
9+
labels: [auto-dependencies, arrow]
10+
groups:
11+
prost:
12+
applies-to: version-updates
13+
patterns:
14+
- "prost*"
1015
- package-ecosystem: "github-actions"
1116
directory: "/"
1217
schedule:
1318
interval: "daily"
1419
open-pull-requests-limit: 10
15-
labels: [ auto-dependencies ]
20+
labels: [auto-dependencies]

0 commit comments

Comments
 (0)