From 389d7adee98689570d1c2b6d534f9dae2a72eceb Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 11 May 2023 15:59:42 -0500 Subject: [PATCH] :wrench: (renovate): Disable Headscale v0.23.0 for now This looks to have been an accidental release, but the GHCR tags still exist --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 237b34a3e..c15b77d67 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -34,6 +34,11 @@ "matchDatasources": ["docker"], "matchPackageNames": ["ghcr.io/dgtlmoon/changedetection.io"], "versioning": "loose" + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["ghcr.io/juanfont/headscale"], + "allowedVersions": "!/^0.23.0$/" } ], "hostRules": [