diff --git a/renovate.json b/renovate.json
index d217ae1..bcc8df2 100644
--- a/renovate.json
+++ b/renovate.json
@@ -13,5 +13,25 @@
     ":semanticPrefixFixDepsChoreOthers",
     "docker:pinDigests",
     "helpers:pinGitHubActionDigests"
+  ],
+  "semanticCommits": "disabled",
+  "automergeStrategy": "merge-commit",
+  "postUpdateOptions": [
+    "gomodTidy",
+    "gomodUpdateImportPaths"
+  ],
+  "internalChecksFilter": "strict",
+  "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
+    }
   ]
 }