Update renovate config

This commit is contained in:
Pavel Popov 2022-02-21 13:45:33 +03:00
parent e4b60a22c3
commit 5c12db8e9e
No known key found for this signature in database
GPG Key ID: 69085A83DD6EC92F

View File

@ -1,11 +1,4 @@
{ {
"extends": ["config:base"], "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [ "extends": ["local>valitydev/.github:renovate-config"]
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
} }