File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed
Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments