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

Commit

Permalink
Enabling auto-merges
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Sep 21, 2023
1 parent 93f631f commit 9996e27
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 9996e27

Please sign in to comment.