From 752bbda13ad18572ce3afe31c63b96810f3c416c Mon Sep 17 00:00:00 2001 From: Philippe Scorsolini Date: Tue, 9 Jan 2024 14:23:06 +0000 Subject: [PATCH] chore(renovate): ignore provider-initial.yaml Signed-off-by: Philippe Scorsolini --- .github/renovate.json5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 10c4830e878..a85cfa1134b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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"], @@ -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-.*/"],