fix(renovate): use chore prefix for all PRs (#21014)

This commit is contained in:
Edgars Eglītis
2025-02-20 12:59:44 +02:00
committed by GitHub
parent 703085bc54
commit c102d8fd8e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -10,7 +10,7 @@
":enableVulnerabilityAlerts",
":rebaseStalePrs",
":semanticCommits",
":semanticPrefixChore"
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{