From 8c27b46cb153d1a8704f544b4a1b10d6acd69c0b Mon Sep 17 00:00:00 2001 From: Sixsmith <188+sixsmith@noreply.git.coopcloud.tech> Date: Mon, 24 Aug 2026 23:18:53 +0000 Subject: [PATCH] Update renovate.json Support digest pinning --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..67f787b 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchDatasources": [ + "docker" + ], + "pinDigests": true + } ] } -- 2.54.0