chore(renovate): disable actions/cascading-pr

Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
viceice 2024-08-12 10:36:01 +00:00
parent 0cb4c70d4f
commit 3f645405d5

View file

@ -21,5 +21,17 @@
"gomodUpdateImportPaths"
],
"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
}
]
}