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.
1 parent f195ea9 commit 6afd291Copy full SHA for 6afd291
renovate.json5
@@ -1,4 +1,17 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "rebaseWhen": "behind-base-branch"
+ "rebaseWhen": "behind-base-branch",
4
+ "packageRules": [
5
+ {
6
+ "description": "Workaround, see https://github.com/gradle/gradle/issues/27035",
7
+ "matchPackagePatterns": [
8
+ "^com.google.guava:guava"
9
+ ],
10
+ "datasources": [
11
+ "maven"
12
13
+ "matchCurrentVersion": "0",
14
+ "enabled": false
15
+ }
16
+ ]
17
}
0 commit comments