Skip to content

Commit

Permalink
chore(renovate): automerge dev deps, use recommended config (#710)
Browse files Browse the repository at this point in the history
This will reduce the number of pending PRs, there's no problem merging dev dependencies automatically
  • Loading branch information
vvo authored Jul 1, 2024
1 parent 6fb68e6 commit 26444b3
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:base"]
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchDepTypes": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 26444b3

Please sign in to comment.