From 678cd75243c2a7d2c891d4f9c48fb679edc5abaf Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 22 Aug 2024 14:46:39 +0200 Subject: [PATCH] chore(renovate): don't pin ci test digests --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 4d83538..72caceb 100644 --- a/renovate.json +++ b/renovate.json @@ -100,6 +100,11 @@ "matchUpdateTypes": ["major", "minor", "patch"], "enabled": false }, + { + "description": "Don't pin digests for forgejo ci tests, not supported", + "matchFileNames": ["ci/*.yaml"], + "pinDigests": false + }, { "description": "branch automerge not possible", "automergeType": "pr",