Skip to content

Commit 346361d

Browse files
authored
Merge pull request #3741 from mapfish/renovate-gradle
Renovate: Separate Gradle updates
2 parents a413e46 + 87d26a2 commit 346361d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
23
extends: [
34
'github>camptocamp/gs-renovate-config-preset:base.json5#1.4.3',
45
'github>camptocamp/gs-renovate-config-preset:group.json5#1.4.3',
@@ -130,6 +131,11 @@
130131
matchFileNames: ['.github/workflows/rebuild.yaml'],
131132
enabled: false,
132133
},
134+
/** Ungroup gradle updates, separate minor versions */
135+
{
136+
matchDepNames: ['gradle'],
137+
groupName: 'gradle',
138+
separateMultipleMinor: true,
139+
},
133140
],
134-
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
135141
}

0 commit comments

Comments
 (0)