diff --git a/.github/renovate.json b/.github/renovate.json index 7a1fb8d3..91127d4c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,6 +15,14 @@ ], "rebaseWhen": "never", "packageRules": [ + { + "matchDatasources": [ + "docker" + ], + "registryUrls": [ + "https://ghcr.io" + ] + }, { "matchPackageNames": [ "actions/checkout",