Skip to content

Commit

Permalink
chore: change Renovate config rebaseWhen to "never" (#137)
Browse files Browse the repository at this point in the history
This will prevent Renovate from kicking off lots of unnecessary status checks.
  • Loading branch information
RothAndrew authored Oct 30, 2023
1 parent f4926ff commit 3626622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"after 9am and before 5pm 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",
rebaseWhen: "never",
// Labels to set in Pull Request. See https://docs.renovatebot.com/configuration-options/#labels
labels: [
"renovate"
Expand Down

0 comments on commit 3626622

Please sign in to comment.