Skip to content

Commit df130d9

Browse files
authored
Update renovate config (#1281)
1 parent 68c2f5e commit df130d9

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended",
5-
":semanticCommitsDisabled",
4+
"github>jenkinsci/renovate-config",
65
"schedule:daily"
76
],
87
"automerge": true,
@@ -14,9 +13,6 @@
1413
"org.jenkins-ci.main:jenkins-core",
1514
"org.jenkins-ci.main:jenkins-war",
1615
],
17-
"labels": [
18-
"dependencies"
19-
],
2016
"customManagers": [
2117
{
2218
"customType": "regex",
@@ -29,6 +25,5 @@
2925
"depNameTemplate": "com.palantir.javaformat:palantir-java-format",
3026
"datasourceTemplate": "maven"
3127
}
32-
],
33-
"rebaseWhen": "conflicted"
28+
]
3429
}

0 commit comments

Comments
 (0)