Create renovate.json

This commit is contained in:
Pavel Popov 2022-01-13 20:37:24 +03:00 committed by GitHub
parent f93b24824a
commit c61b5ae6fe
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"
}
]
}