Skip to content

Commit

Permalink
chore(renovate): auto merge patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Jul 25, 2024
1 parent 2768314 commit b06ffa6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
Expand All @@ -9,5 +10,18 @@
"datasourceTemplate": "github-releases"
}
],
"baseBranches": ["main", "next"]
"baseBranches": ["main", "next"],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"platformAutomerge": true,
"automergeType": "branch"
}

0 comments on commit b06ffa6

Please sign in to comment.