We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e596547 commit 92f6eaaCopy full SHA for 92f6eaa
1 file changed
.github/dependabot.yml
@@ -37,6 +37,22 @@ updates:
37
patterns:
38
- "prost*"
39
- "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"
56
- package-ecosystem: "github-actions"
57
directory: "/"
58
schedule:
0 commit comments