Skip to content

Commit

Permalink
feat: renovate automerge configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bvinod007 committed Dec 4, 2023
1 parent 98b877f commit d26cd33
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 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 d26cd33

Please sign in to comment.