Skip to content

Commit b1cca1d

Browse files
committed
Renovate updates
1 parent 6bd76da commit b1cca1d

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

renovate.json5

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
],
125125
overrideDatasource: 'node-version',
126126
overridePackageName: 'node',
127+
automerge: true,
127128
},
128129
{
129130
// Special LTS gate for Node.js major version updates
@@ -172,27 +173,19 @@
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\\//',

0 commit comments

Comments
 (0)