Skip to content

Commit

Permalink
chore: change renovate rebaseWhen to "never" (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Sep 25, 2023
1 parent 48d6230 commit 1dcb745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"after 7am and before 9am every weekday"
],
// This will prevent Renovate from automatically rebasing PRs. Without this, Renovate will rebase PRs whenever it wants to. The 'schedule' param is only for creating PRs. Because we are grouping all changes into one PR without this Renovate will be constantly rebasing that PR which we don't want since every time that happens another set of GHA status checks are kicked off.
// Using a value of "conflicted" means that Renovate will only rebase PRs if they are in a conflicted state. See https://docs.renovatebot.com/configuration-options/#rebasewhen
rebaseWhen: "conflicted",
// See https://docs.renovatebot.com/configuration-options/#rebasewhen
rebaseWhen: "never",
// Labels to set in Pull Request. See https://docs.renovatebot.com/configuration-options/#labels
labels: [
"renovate"
Expand Down

0 comments on commit 1dcb745

Please sign in to comment.