We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1931f28 commit aa052b7Copy full SHA for aa052b7
1 file changed
renovate.json5
@@ -175,16 +175,17 @@
175
automerge: false,
176
},
177
{
178
- "groupName": "all digest updates",
179
- "groupSlug": "all-digest",
180
- "matchPackageNames": [
181
- "*"
+ // GitHub Actions digest updates - auto-merge without PR
+ groupName: 'github-actions digest updates',
+ matchManagers: [
+ 'github-actions',
182
],
183
matchUpdateTypes: [
184
'digest',
185
186
automerge: true,
187
- automergeType: 'branch', // Use branch automerge for faster deployment
+ automergeType: 'branch', // Merge directly without creating PR
188
+ minimumReleaseAge: null, // No waiting period for digest updates
189
190
191
"groupName": "all non-major dependencies",
0 commit comments