Skip to content

Commit 0a8dd28

Browse files
committed
ci(renovate): group GitLab CI Docker images together
1 parent c9609c7 commit 0a8dd28

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,16 @@
1111
schedule: [
1212
'* * * * 2', // Tuesdays only
1313
],
14+
packageRules: [
15+
{
16+
groupName: 'GitLab CI Docker non-major images',
17+
matchManagers: [
18+
'gitlabci',
19+
],
20+
matchUpdateTypes: [
21+
'minor',
22+
'patch',
23+
],
24+
},
25+
],
1426
}

0 commit comments

Comments
 (0)