ci: Change update_type from all to semver:minor

This commit is contained in:
Shohei Ueda 2020-05-07 11:34:34 +09:00 committed by GitHub
parent 73356f0ae5
commit e4c9fb3020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ update_configs:
# - "development"
# - "production"
# - "all"
update_type: "all"
update_type: "semver:minor"
# Supported updates to automerge:
# - "security:patch"
# SemVer patch update that fixes a known security vulnerability