summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-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
+ }
+ ]
}