From 1c71dc8bb474420f02e0a36186a3a6c4dc794118 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Sun, 6 Sep 2026 12:36:41 +0200 Subject: [PATCH] Set pinDigests to true --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 09950eea..facf2a75 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "pinDigests": true, "extends": ["github>plugwise/renovate-config:custom_component"] }