Skip to content

Commit 2db865d

Browse files
authored
chore: allow automerge for official GitHub Actions
1 parent 7bd64fb commit 2db865d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
groupName: 'eslint-rule-documentation',
4545
automerge: true,
4646
},
47+
{
48+
packagePatterns: ['^actions/'],
49+
groupName: 'actions',
50+
automerge: true,
51+
},
4752
],
4853
}

0 commit comments

Comments
 (0)