From e3d7adcc29b056e547ae8d82e7fabc94c8ee7522 Mon Sep 17 00:00:00 2001 From: Nuru Date: Mon, 17 Jun 2024 23:47:57 -0700 Subject: [PATCH] Ignore updates to Alpine --- .github/renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8f08fe2a..d9173876 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,8 +5,8 @@ "docker:disableMajor" ], "ignorePaths": [ - "os/alpine/**", - "rootfs/**" + "**/os/alpine/**", + "**/rootfs/**" ], "packageRules": [ { @@ -25,6 +25,8 @@ }, "dockerfile": { "ignorePaths": [ + "**/os/alpine/**", + "**/rootfs/**", "Dockerfile.custom", "Dockerfile.options" ]