Skip to content

Commit 0b2fbf5

Browse files
committed
chore: group minor dependencies into single PR
1 parent a936d0d commit 0b2fbf5

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,20 @@ updates:
4545
patterns:
4646
- "prost*"
4747
- "pbjson*"
48-
- package-ecosystem: "github-actions"
49-
directory: "/"
50-
schedule:
51-
interval: "weekly"
52-
open-pull-requests-limit: 10
53-
labels: [auto-dependencies]
54-
- package-ecosystem: "pip"
55-
directory: "/docs"
56-
schedule:
57-
interval: "weekly"
58-
labels: [auto-dependencies]
48+
49+
# Catch-all: group only minor/patch into a single PR,
50+
# excluding deps we want always separate (and excluding arrow/parquet which have their own group)
51+
all-other-cargo-deps:
52+
applies-to: version-updates
53+
patterns:
54+
- "*"
55+
exclude-patterns:
56+
- "arrow*"
57+
- "parquet"
58+
- "object_store"
59+
- "sqlparser"
60+
- "prost*"
61+
- "pbjson*"
62+
update-types:
63+
- "minor"
64+
- "patch"

0 commit comments

Comments
 (0)