Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Enable auto-merging Renovate PRs (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Sep 22, 2023
1 parent ad54d01 commit 6b8012d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit 6b8012d

Please sign in to comment.