From 710385ced3d3d07a0d150b123c990f1cc7d43b8d Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 6 Oct 2023 00:11:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20renovate=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e744062aa..f5999c35f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,7 +24,7 @@ "rebaseWhen": "conflicted", "commitBodyTable": true, "commitMessagePrefix": "⬆️", - "ignorePaths": ["archive/**"], + "ignorePaths": ["kubernetes/archive/**"], "flux": { "fileMatch": ["(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"] },