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 6a258c7 commit f2290e6Copy full SHA for f2290e6
renovate.json5
@@ -1,4 +1,14 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "rebaseWhen": "behind-base-branch"
+ "rebaseWhen": "behind-base-branch",
4
+ "packageRules": [
5
+ {
6
+ "description": "Ignore project internal dependencies",
7
+ "packagePattern": "^software.xdev:template-placeholder",
8
+ "datasources": [
9
+ "maven"
10
+ ],
11
+ "enabled": false
12
+ }
13
+ ]
14
}
0 commit comments