Skip to content

Commit

Permalink
chore(renovate): ignore provider-initial.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
  • Loading branch information
phisco committed Jan 9, 2024
1 parent 9b91236 commit 752bbda
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
// The branches renovate should target
// PLEASE UPDATE THIS WHEN RELEASING.
"baseBranches": ["master","release-1.12","release-1.13","release-1.14"],
"ignorePaths": ["design/**"],
"ignorePaths": [
"design/**",
// We test upgrades, so leave it on an older version on purpose.
"test/e2e/manifests/pkg/provider/provider-initial.yaml",
],
"postUpdateOptions": ["gomodTidy"],
// All PRs should have a label
"labels": ["automated"],
Expand Down Expand Up @@ -73,7 +77,6 @@
"matchManagers": ["crossplane"],
"matchFileNames": ["test/e2e/**"],
"groupName": "e2e-manifests",
"ignorePaths": ["test/e2e/manifests/pkg/provider/provider-initial.yaml"],
}, {
"description": "Ignore non-security related updates to release branches",
matchBaseBranches: [ "/^release-.*/"],
Expand Down

0 comments on commit 752bbda

Please sign in to comment.