fix(renovate): exclude Gitea workflows from pinDigests lookup
Security / scan (push) Failing after 10s
Security / scan (push) Failing after 10s
This commit is contained in:
+2
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user