Skip to content

Commit

Permalink
chore: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Oct 15, 2023
1 parent f9ce5e2 commit 772487e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all minor dependencies",
"groupSlug": "all-minor-patch",
"automerge": true,
"labels": ["dependencies"]
}
]
}

0 comments on commit 772487e

Please sign in to comment.