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",
|
"description": "Pin GitHub Action versions by SHA for supply-chain hygiene",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"pinDigests": true
|
"pinDigests": true,
|
||||||
|
"ignorePaths": [".gitea/workflows/**"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user