diff --git a/config/renovate.json5 b/config/renovate.json5 index 615118da..e74e7313 100644 --- a/config/renovate.json5 +++ b/config/renovate.json5 @@ -10,10 +10,10 @@ // Disable reviewers getting added by renovate to limit notification noise "reviewersFromCodeOwners": false, "timezone": "America/New_York", - "rebaseStalePrs": true, "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard 🤖", "rebaseWhen": "conflicted", + "rebaseStalePrs": false, "commitBodyTable": true, "suppressNotifications": ["prIgnoreNotification"], "pre-commit": {