Skip to content

Commit 42a7f12

Browse files
Migrate renovate config (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4df52bc commit 42a7f12

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

renovate.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
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": [
@@ -17,17 +20,27 @@
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
]

0 commit comments

Comments
 (0)