Skip to content

Commit

Permalink
Merge pull request #24 from imgeng/feat/renovate-automerge-configuration
Browse files Browse the repository at this point in the history
feat: renovate automerge configuration
  • Loading branch information
bvinod007 authored Dec 7, 2023
2 parents 15d07af + f66d714 commit 98f735b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"matchDepTypes": ["devDependencies", "dependencies"],
"automerge": true,
"automergeType": "branch"
}
],
"platformAutomerge": true
}

0 comments on commit 98f735b

Please sign in to comment.