Skip to content

Commit 76f97e8

Browse files
authored
Exclude parent pom 5.x from renovate updates (#763)
1 parent 689a5b4 commit 76f97e8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":semanticCommitsDisabled",
66
"schedule:earlyMondays"
77
],
@@ -12,5 +12,13 @@
1212
"labels": [
1313
"dependencies"
1414
],
15+
"packageRules": [
16+
{
17+
"matchDepNames": [
18+
"org.jenkins-ci.plugins:plugin"
19+
],
20+
"allowedVersions": "< 5"
21+
}
22+
],
1523
"rebaseWhen": "conflicted"
1624
}

0 commit comments

Comments
 (0)