Skip to content

Commit aa052b7

Browse files
authored
Auto-merge GitHub Actions digest updates without PRs (#383)
1 parent 1931f28 commit aa052b7

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

renovate.json5

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,17 @@
175175
automerge: false,
176176
},
177177
{
178-
"groupName": "all digest updates",
179-
"groupSlug": "all-digest",
180-
"matchPackageNames": [
181-
"*"
178+
// GitHub Actions digest updates - auto-merge without PR
179+
groupName: 'github-actions digest updates',
180+
matchManagers: [
181+
'github-actions',
182182
],
183183
matchUpdateTypes: [
184184
'digest',
185185
],
186186
automerge: true,
187-
automergeType: 'branch', // Use branch automerge for faster deployment
187+
automergeType: 'branch', // Merge directly without creating PR
188+
minimumReleaseAge: null, // No waiting period for digest updates
188189
},
189190
{
190191
"groupName": "all non-major dependencies",

0 commit comments

Comments
 (0)