From 36374865f06b92c04001d7d0accfae20091a00bd Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 11 Jan 2024 15:43:18 +0000 Subject: [PATCH 1/2] Exclude root devfile from renovate checks Signed-off-by: thepetk --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index c8c4aa42..068b8e3b 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,7 @@ ], "ignorePaths": [ "**/docker/**", + ".devfile.yaml", ".ci/**", "tests/**", "stacks/java-openliberty/**", From c94b9a14d7334c7f4420f7f6820902ff24e4d545 Mon Sep 17 00:00:00 2001 From: thepetk Date: Fri, 12 Jan 2024 12:24:29 +0000 Subject: [PATCH 2/2] Ignore all possible root devfile paths Signed-off-by: thepetk --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 068b8e3b..51e4e8c9 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,9 @@ "ignorePaths": [ "**/docker/**", ".devfile.yaml", + ".devfile.yml", + "devfile.yaml", + "devfile.yml", ".ci/**", "tests/**", "stacks/java-openliberty/**",