chore(renovate): disable `actions/cascading-pr`

Signed-off-by: viceice <michael.kriese@gmx.de>
pull/235/head
viceice 2024-08-12 10:36:01 +00:00
parent 0cb4c70d4f
commit 3f645405d5
1 changed files with 13 additions and 1 deletions

View File

@ -21,5 +21,17 @@
"gomodUpdateImportPaths" "gomodUpdateImportPaths"
], ],
"internalChecksFilter": "strict", "internalChecksFilter": "strict",
"osvVulnerabilityAlerts": true "osvVulnerabilityAlerts": true,
"packageRules": [
{
"description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>",
"matchDepNames": [
"actions/cascading-pr"
],
"matchManagers": [
"github-actions"
],
"enabled": false
}
]
} }