File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 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" ],
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}
You can’t perform that action at this time.
0 commit comments