fix(renovate): exclude Gitea workflows from pinDigests lookup
Security / scan (push) Failing after 10s

This commit is contained in:
2026-05-11 20:17:33 +02:00
parent 3a7f9b3adb
commit c493340104
+2 -1
View File
@@ -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": {