Skip to content

Commit

Permalink
Allow renovate to automerge and drop draft flag
Browse files Browse the repository at this point in the history
Since the repo is configured to require an admin to approve the PR, this
should allow it to merge by itself after a human approval.

Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Dec 24, 2024
1 parent 1c5374e commit 60a5740
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
@@ -1,9 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>bcgov/renovate-config"],
"automerge": false,
"automerge": true,
"dependencyDashboard": true,
"draftPR": true,
"draftPR": false,
"lockFileMaintenance": {
"enabled": false
},
Expand Down

0 comments on commit 60a5740

Please sign in to comment.