diff --git a/.github/renovate.json b/.github/renovate.json index d022f7e4..1210e9e0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -144,6 +144,14 @@ ], "versionCompatibility": "^(?.*)-(?.*)$", "versioning": "semver" + }, + { + "matchDatasources": [ + "docker" + ], + "registryUrls": [ + "https://ghcr.io" + ] } ], "prCreation": "immediate"