We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf4ebc commit eb7089aCopy full SHA for eb7089a
renovate.json
@@ -8,12 +8,23 @@
8
"filigran team"
9
],
10
"prConcurrentLimit": 2,
11
+ "baseBranches": ["release/current", "main"],
12
"packageRules": [
13
{
14
"matchUpdateTypes": [
15
"minor"
16
17
"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
28
}
29
]
30
0 commit comments