Skip to content

Commit

Permalink
ci: allow renovate approve on minor, patch and digest upgrades (#83)
Browse files Browse the repository at this point in the history
Enabling the automerge configuration will allow the renovate approve
bot to approve PRs opened by Renovate, while still requiring CodeOwner
approval.

Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai authored Sep 2, 2024
1 parent 8d95882 commit 74b1e68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
":gitSignOff",
":semanticCommitType(chore)",
":labels(automated,no-issue)",
"regexManagers:githubActionsVersions"
"regexManagers:githubActionsVersions",
":automergeMinor",
":automergeDigest"
],
"prConcurrentLimit": 5,
"ignorePaths": [
Expand Down Expand Up @@ -57,8 +59,7 @@
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"matchCurrentVersion": "!/^0/"
}
]
}

0 comments on commit 74b1e68

Please sign in to comment.