Skip to content

Commit eb7089a

Browse files
[tool] update renovate config to take release branch into account
1 parent caf4ebc commit eb7089a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,23 @@
88
"filigran team"
99
],
1010
"prConcurrentLimit": 2,
11+
"baseBranches": ["release/current", "main"],
1112
"packageRules": [
1213
{
1314
"matchUpdateTypes": [
1415
"minor"
1516
],
1617
"prPriority": 5
18+
},
19+
{
20+
"matchJsonata": ["$exists(isVulnerabilityAlert)"],
21+
"matchBaseBranches": ["release/current"],
22+
"enabled": false
23+
},
24+
{
25+
"matchJsonata": ["$not($exists(isVulnerabilityAlert))"],
26+
"matchBaseBranches": ["main"],
27+
"enabled": false
1728
}
1829
]
1930
}

0 commit comments

Comments
 (0)