diff --git a/renovate/README.md b/renovate/README.md index 199c40a07..9d20d02e9 100644 --- a/renovate/README.md +++ b/renovate/README.md @@ -42,7 +42,7 @@ Appium extension authors--or anyone else--may use this config as well. - `:enableVulnerabilityAlerts` - For "security" purposes - `:rebaseStalePrs` - Renovate will automatically rebase its PRs - `:semanticCommits` - Renovate will use semantic commit messages -- `:semanticPrefixChore` - Renovate's PRs have the `chore` prefix in its semantic commit message +- `:semanticCommitTypeAll(chore)` - Renovate's PRs have the `chore` prefix in its semantic commit message ### Custom Rules diff --git a/renovate/default.json b/renovate/default.json index 02917c7c3..05cc6e2dc 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -10,7 +10,7 @@ ":enableVulnerabilityAlerts", ":rebaseStalePrs", ":semanticCommits", - ":semanticPrefixChore" + ":semanticCommitTypeAll(chore)" ], "packageRules": [ {