File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 124124 ] ,
125125 overrideDatasource : 'node-version' ,
126126 overridePackageName : 'node' ,
127+ automerge : true ,
127128 } ,
128129 {
129130 // Special LTS gate for Node.js major version updates
172173 automerge : false ,
173174 } ,
174175 {
175- // Group GitHub Actions digest updates together
176- groupName : 'github actions digests' ,
177- groupSlug : 'github-actions-digests' ,
178- matchManagers : [
179- 'github-actions' ,
176+ "groupName" : "all digest updates" ,
177+ "groupSlug" : "all-digest" ,
178+ "matchPackageNames" : [
179+ "*"
180180 ] ,
181181 matchUpdateTypes : [
182182 'digest' ,
183183 ] ,
184+ automerge : true ,
184185 } ,
185186 {
186- // Catch-all rule for npm non-major updates
187- groupName : 'npm non-major (catch-all)' ,
188- groupSlug : 'npm-all-non-major' ,
189- matchManagers : [
190- 'npm' ,
191- ] ,
192- matchUpdateTypes : [
193- 'minor' ,
194- 'patch' ,
195- ] ,
187+ "groupName" : "all non-major dependencies" ,
188+ "groupSlug" : "all-minor-patch" ,
196189 // Exclude my own packages (handled separately)
197190 matchPackageNames : [
198191 '!/^@stanlemon\\//' ,
You can’t perform that action at this time.
0 commit comments