File tree Expand file tree Collapse file tree 1 file changed +29
-16
lines changed Expand file tree Collapse file tree 1 file changed +29
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "extends" : [
3- " config:base " ,
3+ " config:recommended " ,
44 " schedule:automergeNonOfficeHours"
55 ],
6- "labels" : [" dependencies" ],
6+ "labels" : [
7+ " dependencies"
8+ ],
79 "packageRules" : [
810 {
9- "matchBaseBranches" : [" main" ],
10- "matchUpdateTypes" : [" minor" ],
11- "automerge" : true
11+ "description" : " Never update Tasklist dependencies" ,
12+ "enabled" : false ,
13+ "matchPackageNames" : [
14+ " io.camunda:tasklist*{/,}**"
15+ ]
1216 },
1317 {
14- "matchManagers" : [" maven" ],
15- "matchBaseBranches" : [" /^release/.*/" ],
16- "matchUpdateTypes" : [" major" , " minor" ],
18+ "description" : " Never update camunda dependencies minor and major after a release" ,
19+ "matchPackageNames" : [
20+ " io.camunda:*{/,}**"
21+ ],
22+ "matchBaseBranches" : [
23+ " /^release/.*/"
24+ ],
25+ "matchUpdateTypes" : [
26+ " major" ,
27+ " minor"
28+ ],
1729 "enabled" : false
1830 },
19- {
20- "matchUpdateTypes" : [" patch" , " pin" , " digest" ],
21- "automerge" : true
22- },
2331 {
2432 "matchManagers" : [
2533 " maven"
2634 ],
27- "description" : " Exclude SNAPSHOT versions, renovate may suggest them for pre-release values." ,
28- "matchPackagePatterns" : [" .*" ],
29- "allowedVersions" : " !/-SNAPSHOT$/"
35+ "description" : " Exclude SNAPSHOT versions, renovate may suggest them for pre-release values." ,
36+ "allowedVersions" : " !/-SNAPSHOT$/" ,
37+ "matchPackageNames" : [
38+ " /.*/"
39+ ]
3040 }
3141 ],
32- "baseBranches" : [" main" , " /^release/.*/" ]
42+ "baseBranches" : [
43+ " main" ,
44+ " /^release/.*/"
45+ ]
3346}
You can’t perform that action at this time.
0 commit comments