We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a413e46 + 87d26a2 commit 346361dCopy full SHA for 346361d
.github/renovate.json5
@@ -1,4 +1,5 @@
1
{
2
+ $schema: 'https://docs.renovatebot.com/renovate-schema.json',
3
extends: [
4
'github>camptocamp/gs-renovate-config-preset:base.json5#1.4.3',
5
'github>camptocamp/gs-renovate-config-preset:group.json5#1.4.3',
@@ -130,6 +131,11 @@
130
131
matchFileNames: ['.github/workflows/rebuild.yaml'],
132
enabled: false,
133
},
134
+ /** Ungroup gradle updates, separate minor versions */
135
+ {
136
+ matchDepNames: ['gradle'],
137
+ groupName: 'gradle',
138
+ separateMultipleMinor: true,
139
+ },
140
],
- $schema: 'https://docs.renovatebot.com/renovate-schema.json',
141
}
0 commit comments