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 ffaad97 commit bf30f29Copy full SHA for bf30f29
renovate.json
@@ -1,6 +1,17 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "matchManagers": ["gradle"],
9
+ "matchPackagePatterns": ["com.google.guava:guava"],
10
+ "enabled": false
11
+ },
12
13
+ "matchDepTypes": ["devDependencies"],
14
+ "automerge": true
15
+ }
16
]
17
}
0 commit comments