Skip to content

Commit

Permalink
added security-scan constraint for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vardhaman22 committed Oct 21, 2024
1 parent 029f0cc commit 0bc1b28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
],
"allowedVersions": "<1.32.0"
},
{
"matchBaseBranches": [
"release/v1.3"
],
"matchDepNames": [
"github.com/rancher/security-scan"
],
"allowedVersions": "<v0.6.0"
},
{
"matchBaseBranches": ["release/v1.2"],
"matchDepNames": [
Expand All @@ -40,6 +49,13 @@
],
"allowedVersions": "<1.31.0"
},
{
"matchBaseBranches": ["release/v1.2"],
"matchDepNames": [
"github.com/rancher/security-scan"
],
"allowedVersions": "<v0.5.0"
},
{
"matchBaseBranches": ["release/v1.1"],
"matchDepNames": [
Expand All @@ -56,6 +72,13 @@
"k8s.io/client-go"
],
"allowedVersions": "<1.29.0"
},
{
"matchBaseBranches": ["release/v1.1"],
"matchDepNames": [
"github.com/rancher/security-scan"
],
"allowedVersions": "<v0.4.0"
}
]
}

0 comments on commit 0bc1b28

Please sign in to comment.