Skip to content

Commit

Permalink
build: Temporarily turn off renovate automerge
Browse files Browse the repository at this point in the history
We still have two repositories to merge into frontend-base: frontend-component-footer and frontend-plugin-framework.  If Renovate pushes commits to main while we're trying to pull in hundreds of commits from those repositories, it makes rebasing on top of renovate's commits nearly impossible.

For now, let's just turn off auto-merging of renovate commits until we get these repos in.
  • Loading branch information
davidjoy committed Jul 31, 2024
1 parent 3ed5747 commit 2ddbf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config:recommended"
],
"patch": {
"automerge": true
"automerge": false
},
"rebaseStalePrs": true,
"packageRules": [
Expand All @@ -17,7 +17,7 @@
{
"matchPackagePatterns": ["@edx", "@openedx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": false
}
]
}

0 comments on commit 2ddbf3b

Please sign in to comment.