Skip to content

Commit 0bc1b28

Browse files
committed
added security-scan constraint for release branches
1 parent 029f0cc commit 0bc1b28

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
],
2424
"allowedVersions": "<1.32.0"
2525
},
26+
{
27+
"matchBaseBranches": [
28+
"release/v1.3"
29+
],
30+
"matchDepNames": [
31+
"github.com/rancher/security-scan"
32+
],
33+
"allowedVersions": "<v0.6.0"
34+
},
2635
{
2736
"matchBaseBranches": ["release/v1.2"],
2837
"matchDepNames": [
@@ -40,6 +49,13 @@
4049
],
4150
"allowedVersions": "<1.31.0"
4251
},
52+
{
53+
"matchBaseBranches": ["release/v1.2"],
54+
"matchDepNames": [
55+
"github.com/rancher/security-scan"
56+
],
57+
"allowedVersions": "<v0.5.0"
58+
},
4359
{
4460
"matchBaseBranches": ["release/v1.1"],
4561
"matchDepNames": [
@@ -56,6 +72,13 @@
5672
"k8s.io/client-go"
5773
],
5874
"allowedVersions": "<1.29.0"
75+
},
76+
{
77+
"matchBaseBranches": ["release/v1.1"],
78+
"matchDepNames": [
79+
"github.com/rancher/security-scan"
80+
],
81+
"allowedVersions": "<v0.4.0"
5982
}
6083
]
6184
}

0 commit comments

Comments
 (0)