Skip to content

Commit

Permalink
Merge pull request #18 from jill64/jill64-patch-1
Browse files Browse the repository at this point in the history
chore: allow renovate automerge
  • Loading branch information
jill64 committed Sep 22, 2023
2 parents 50b0de2 + 5f2a1d3 commit d83b046
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"]
"extends": ["config:best-practices"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit d83b046

Please sign in to comment.