Skip to content

Commit 6afd291

Browse files
committed
Implement workaround for gradle/gradle#27035
1 parent f195ea9 commit 6afd291

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

renovate.json5

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"rebaseWhen": "behind-base-branch"
3+
"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+
]
417
}

0 commit comments

Comments
 (0)