Skip to content

Commit 474f2aa

Browse files
authored
Switch to renovate parent config (#25995)
1 parent 338090d commit 474f2aa

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.github/renovate.json

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", ":semanticCommitsDisabled"],
3+
"extends": ["github>jenkinsci/renovate-config"],
44
"prHourlyLimit": 0,
55
"prConcurrentLimit": 0,
6-
"postUpdateOptions": ["yarnDedupeHighest"],
76
"packageRules": [
8-
{
9-
"matchDatasources": ["npm"],
10-
"addLabels": ["javascript"],
11-
"minimumReleaseAge": "3 days",
12-
"reviewers": ["team:sig-ux"]
13-
},
147
{
158
"description": "Should be upgraded in lockstep in order to keep their corresponding Jetty versions aligned",
169
"matchManagers": ["maven"],
@@ -111,15 +104,5 @@
111104
"datasourceTemplate": "maven"
112105
}
113106
],
114-
"labels": ["dependencies", "skip-changelog"],
115-
"rebaseWhen": "conflicted",
116-
"ignorePaths": [
117-
"**/node_modules/**",
118-
"**/bower_components/**",
119-
"**/vendor/**",
120-
"**/examples/**",
121-
"**/__tests__/**",
122-
"**/tests/**",
123-
"**/__fixtures__/**"
124-
]
107+
"labels": ["dependencies", "skip-changelog"]
125108
}

0 commit comments

Comments
 (0)