Skip to content

Commit eb777d5

Browse files
authored
Merge pull request #283 from dafyddj/ci/group-gitlab
ci(renovate): group GitLab CI Docker images together
2 parents c9609c7 + 0a8dd28 commit eb777d5

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)