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" } ] }