Skip to content

Commit

Permalink
chore: auto merge pr
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaysha committed Jun 4, 2024
1 parent cade568 commit da12e3c
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
@@ -1,5 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit da12e3c

Please sign in to comment.