mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
chore(renovate): disable actions/cascading-pr
Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
0cb4c70d4f
commit
3f645405d5
1 changed files with 13 additions and 1 deletions
|
@ -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 a new issue