Skip to content

Commit f2290e6

Browse files
committed
Ignore project internal depenedencies
1 parent 6a258c7 commit f2290e6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json5

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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": "Ignore project internal dependencies",
7+
"packagePattern": "^software.xdev:template-placeholder",
8+
"datasources": [
9+
"maven"
10+
],
11+
"enabled": false
12+
}
13+
]
414
}

0 commit comments

Comments
 (0)