diff options
author | viceice <michael.kriese@gmx.de> | 2024-08-12 12:36:01 +0200 |
---|---|---|
committer | viceice <michael.kriese@gmx.de> | 2024-08-12 12:36:01 +0200 |
commit | 3f645405d55165199c41057dd499d838b817af3c (patch) | |
tree | ee854e4f10187559b4cbcb098a56ea2964e961dc | |
parent | chore(renovate): more settings (diff) | |
download | forgejo-runner-3f645405d55165199c41057dd499d838b817af3c.tar.xz forgejo-runner-3f645405d55165199c41057dd499d838b817af3c.zip |
chore(renovate): disable `actions/cascading-pr`
Signed-off-by: viceice <michael.kriese@gmx.de>
-rw-r--r-- | renovate.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index d854cd7..bcc8df2 100644 --- a/renovate.json +++ b/renovate.json @@ -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 + } + ] } |