Skip to content

Commit

Permalink
[renovate] disable rebaseConflictedPrs (#52932)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Dec 12, 2019
1 parent 98c54e8 commit 7e822c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -954,5 +954,6 @@
enabled: false,
},
rebaseStalePrs: false,
rebaseConflictedPrs: false,
semanticCommits: false,
}
5 changes: 5 additions & 0 deletions src/dev/renovate/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ export const RENOVATE_CONFIG = {
*/
rebaseStalePrs: false,

/**
* Disable automatic rebase on conflicts with the base branch
*/
rebaseConflictedPrs: false,

/**
* Disable semantic commit formating
*/
Expand Down

0 comments on commit 7e822c5

Please sign in to comment.