Skip to content

Commit 92f6eaa

Browse files
authored
chore: makes dependabot to group deps into single PR (apache#3578)
1 parent e596547 commit 92f6eaa

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ updates:
3737
patterns:
3838
- "prost*"
3939
- "pbjson*"
40+
# Catch-all: group only minor/patch into a single PR,
41+
# excluding deps we want always separate (and excluding arrow/parquet which have their own group)
42+
all-other-cargo-deps:
43+
applies-to: version-updates
44+
patterns:
45+
- "*"
46+
exclude-patterns:
47+
- "arrow*"
48+
- "parquet"
49+
- "object_store"
50+
- "sqlparser"
51+
- "prost*"
52+
- "pbjson*"
53+
update-types:
54+
- "minor"
55+
- "patch"
4056
- package-ecosystem: "github-actions"
4157
directory: "/"
4258
schedule:

0 commit comments

Comments
 (0)