Skip to content

Commit 61c939f

Browse files
authored
chore(ci): Batch action updates (#66)
2 parents 4dd55b3 + 1071ec1 commit 61c939f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@
7171
],
7272
automerge: true,
7373
},
74+
{
75+
matchManagers: [
76+
'github-actions',
77+
],
78+
matchUpdateTypes: [
79+
'minor',
80+
'patch',
81+
],
82+
automerge: true,
83+
groupName: 'compatible (actions)',
84+
},
7485
// Goals:
7586
// - Keep version reqs low, ignoring compatible normal/build dependencies
7687
// - Take advantage of latest dev-dependencies

0 commit comments

Comments
 (0)