Skip to content

Commit

Permalink
ci(renovatae): set PR title semmantic type to be always "chore" (#12552)
Browse files Browse the repository at this point in the history
## Motivation

Currently some PRs have prefix `fix(deps)` when it should be
`chore(deps)`

## Supporting documentation

Part of #12529

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla authored Jan 14, 2025
1 parent 3330355 commit f0920ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"schedule": "before 5am every weekday",
"extends": [
"config:best-practices",
":semanticCommitTypeAll(chore)",
":automergeDisabled",
":gitSignOff"
],
Expand Down

0 comments on commit f0920ca

Please sign in to comment.