Skip to content

Commit

Permalink
refactor: renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Jun 12, 2024
1 parent 106cbbd commit 7a62e5b
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
"config:recommeded"
],
"dependencyDashboard": true,
"baseBranches": [
"dev"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit 7a62e5b

Please sign in to comment.