Skip to content

Commit

Permalink
add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Jun 8, 2023
1 parent 57bcdb2 commit 604818f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:recommended"],
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 604818f

Please sign in to comment.