File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 88 " filigran team"
99 ],
1010 "prConcurrentLimit" : 2 ,
11- "baseBranches" : [" release/current" , " main" ],
11+ "baseBranchPatterns" : [
12+ " release/current" ,
13+ " main"
14+ ],
1215 "packageRules" : [
1316 {
1417 "matchUpdateTypes" : [
1720 "prPriority" : 5
1821 },
1922 {
20- "matchBaseBranches" : [" release/current" ],
23+ "matchBaseBranches" : [
24+ " release/current"
25+ ],
2126 "commitMessageSuffix" : null
2227 },
2328 {
24- "matchJsonata" : [" $exists(isVulnerabilityAlert)" ],
25- "matchBaseBranches" : [" release/current" ],
29+ "matchJsonata" : [
30+ " $exists(isVulnerabilityAlert)"
31+ ],
32+ "matchBaseBranches" : [
33+ " release/current"
34+ ],
2635 "enabled" : false
2736 },
2837 {
29- "matchJsonata" : [" $not($exists(isVulnerabilityAlert))" ],
30- "matchBaseBranches" : [" main" ],
38+ "matchJsonata" : [
39+ " $not($exists(isVulnerabilityAlert))"
40+ ],
41+ "matchBaseBranches" : [
42+ " main"
43+ ],
3144 "enabled" : false
3245 }
3346 ]
You can’t perform that action at this time.
0 commit comments