From f933573bb074bfee7be15340f7b4a34850011b1f Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sat, 4 Mar 2023 04:34:22 -0600 Subject: [PATCH] :wrench: (renovate): Set loose versioning for changedetection-io --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index e2589b56f..6ba79fe29 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,6 +23,11 @@ "matchPackageNames": ["rust-lang/mdBook"], "matchUpdateTypes": ["patch"], "automerge": true + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["ghcr.io/dgtlmoon/changedetection.io"], + "versioning": "loose" } ] }