From 5a57312c2cf36834a546c4216b49a58f2f17724e Mon Sep 17 00:00:00 2001 From: Sixsmith <188+sixsmith@noreply.git.coopcloud.tech> Date: Mon, 24 Aug 2026 23:14:54 +0000 Subject: [PATCH] Update renovate.json Asks renovate to pin images by digest --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..b2bc66e 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 + } ] -} +} \ No newline at end of file -- 2.54.0