From c493340104e02f66076a66aa09509432c92c3c46 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Mon, 11 May 2026 20:17:33 +0200 Subject: [PATCH] fix(renovate): exclude Gitea workflows from pinDigests lookup --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index add0b72..aa883fc 100644 --- a/renovate.json +++ b/renovate.json @@ -37,7 +37,8 @@ { "description": "Pin GitHub Action versions by SHA for supply-chain hygiene", "matchManagers": ["github-actions"], - "pinDigests": true + "pinDigests": true, + "ignorePaths": [".gitea/workflows/**"] } ], "vulnerabilityAlerts": {