mirror of https://code.forgejo.org/forgejo/runner
chore(renovate): disable `actions/cascading-pr`
Signed-off-by: viceice <michael.kriese@gmx.de>pull/235/head
parent
0cb4c70d4f
commit
3f645405d5
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue