Add ``bumpVersion`` parameter in renovate config

This commit is contained in:
Pavel Popov 2022-09-16 20:45:29 +03:00 committed by GitHub
parent c47172ca9a
commit b2ca1efd63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>valitydev/.github:renovate-config"]
"extends": ["local>valitydev/.github:renovate-config"],
"bumpVersion": "patch"
}