Skip to content

Commit

Permalink
chore: disable stale PR rebasing for renovate (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Oct 9, 2024
1 parent 8688601 commit 27ca69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 27ca69e

Please sign in to comment.