From 7652190c9a1830cfb63e9d446db43dd75917d008 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Wed, 17 Apr 2024 20:51:52 +0000 Subject: [PATCH] Update .github/renovate.json --- .github/renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" } ]