From c102d8fd8ea20dc0ec7fb41918c8c66aa4b1158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgars=20Egl=C4=ABtis?= <37242620+eglitise@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:59:44 +0200 Subject: [PATCH] fix(renovate): use chore prefix for all PRs (#21014) --- renovate/README.md | 2 +- renovate/default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": [ {