Add renovate config

This commit is contained in:
Pavel Popov 2021-12-29 11:19:12 +03:00 committed by GitHub
parent b025bb9b8c
commit 5bf4959b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
renovate.json Normal file
View File

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