summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorviceice <michael.kriese@gmx.de>2024-08-12 12:36:01 +0200
committerviceice <michael.kriese@gmx.de>2024-08-12 12:36:01 +0200
commit3f645405d55165199c41057dd499d838b817af3c (patch)
treeee854e4f10187559b4cbcb098a56ea2964e961dc
parentchore(renovate): more settings (diff)
downloadforgejo-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.json14
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
+ }
+ ]
}