diff --git a/.github/renovate.json b/.github/renovate.json index 694f934..6bd6a6b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,12 @@ "hostRules": [ { "matchHost": "docker.io", - "concurrentRequestLimit": 3, + "concurrentRequestLimit": 3 + } + ], + "packageRules": [ + { + "updateTypes": ["digest"], "fetchChangeLogs": "pr" } ]