File tree Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change 88 ],
99 "packageRules" : [
1010 {
11+ "description" : " Never update Operate dependencies" ,
1112 "enabled" : false ,
1213 "matchPackageNames" : [
1314 " io.camunda.spring{/,}**"
1415 ]
1516 },
1617 {
17- "matchBaseBranches" : [
18- " main"
19- ],
20- "matchUpdateTypes" : [
21- " minor"
22- ],
23- "automerge" : true
24- },
25- {
26- "matchManagers" : [
27- " maven"
18+ "description" : " Never update camunda dependencies minor and major after a release" ,
19+ "matchPackageNames" : [
20+ " io.camunda:*{/,}**"
2821 ],
2922 "matchBaseBranches" : [
3023 " /^release/.*/"
3528 ],
3629 "enabled" : false
3730 },
38- {
39- "matchUpdateTypes" : [
40- " patch" ,
41- " pin" ,
42- " digest"
43- ],
44- "automerge" : true
45- },
4631 {
4732 "matchManagers" : [
4833 " maven"
5439 ]
5540 }
5641 ],
57- "baseBranches " : [
42+ "baseBranchPatterns " : [
5843 " main" ,
5944 " /^release/.*/"
6045 ]
61- }
46+ }
You can’t perform that action at this time.
0 commit comments