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

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