Skip to content

Commit

Permalink
ci: add auto merge for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 authored Aug 11, 2024
1 parent a347211 commit 389d861
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,4 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"]
"extends": ["config:best-practices"],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 389d861

Please sign in to comment.