Skip to content

Commit

Permalink
chore: Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy authored Jan 5, 2024
1 parent 95a7bdd commit 0d72cba
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"groupName": "all non-major dependencies",
"matchUpdateTypes": ["patch", "minor"],
"groupSlug": "all-minor-patch",
"automerge": true
}
],
"automergeType": "branch",
"platformAutomerge": true,
"ignoreTests": true
"platformAutomerge": true
}

0 comments on commit 0d72cba

Please sign in to comment.