Skip to content

Commit 4322f76

Browse files
Copilotstanlemon
andcommitted
Match predominant quote style in renovate config
Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com>
1 parent f395ca8 commit 4322f76

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

renovate.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@
176176
},
177177
{
178178
// GitHub Actions digest updates - auto-merge without PR
179-
"groupName": "github-actions digest updates",
179+
groupName: 'github-actions digest updates',
180180
matchManagers: [
181-
"github-actions",
181+
'github-actions',
182182
],
183183
matchUpdateTypes: [
184-
"digest",
184+
'digest',
185185
],
186186
automerge: true,
187-
automergeType: "branch", // Merge directly without creating PR
187+
automergeType: 'branch', // Merge directly without creating PR
188188
minimumReleaseAge: null, // No waiting period for digest updates
189189
},
190190
{

0 commit comments

Comments
 (0)