chore: fix renovate lockFileMaintenance commit message

This commit is contained in:
jo 2022-09-12 15:55:40 +02:00 committed by Jonas L
parent 2378affc2e
commit e919ececcd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"extends": ["config:base", ":enablePreCommit", ":preserveSemverRanges"], "extends": ["config:base", ":enablePreCommit", ":preserveSemverRanges"],
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"commitMessageAction": "chore: lock file maintenance", "commitMessageAction": "lock file maintenance",
"commitMessageExtra": "({{packageFile}})", "commitMessageExtra": "({{packageFile}})",
"branchTopic": "lock-file-maintenance-{{packageFile}}", "branchTopic": "lock-file-maintenance-{{packageFile}}",
"schedule": ["after 4am and before 5am on monday"] "schedule": ["after 4am and before 5am on monday"]