Add Renovate json

This commit is contained in:
Pavel Popov 2022-02-18 21:51:18 +03:00
parent 6361763377
commit 1a6bae1787
No known key found for this signature in database
GPG Key ID: 69085A83DD6EC92F

11
renovate-config.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}