We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb918e commit afc6f59Copy full SHA for afc6f59
.github/renovate.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
+ "extends": ["config:recommended"],
4
"prConcurrentLimit": 10,
5
"prHourlyLimit": 20,
6
"packageRules": [
@@ -14,13 +14,13 @@
14
"enabled": true
15
},
16
17
- "description": "Disable all that are not maven AND not those names",
+ "description": "Disable all Maven dependencies except the specified ones",
18
"matchManagers": ["maven"],
19
- "excludePackageNames": [
20
- "com.regnosys.rosetta:com.regnosys.rosetta",
21
- "rosetta.dsl.version"
22
- ],
23
- "enabled": false
+ "enabled": false,
+ "matchPackageNames": [
+ "!com.regnosys.rosetta:com.regnosys.rosetta",
+ "!rosetta.dsl.version"
+ ]
24
}
25
]
26
0 commit comments