Skip to content

Commit

Permalink
ci(renovate): use the "chore" type for every PR
Browse files Browse the repository at this point in the history
Otherwise, if the depType is a known "production dependency" type (e.g.
dependencies or require), then Renovate would use the "fix" prefix.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
  • Loading branch information
michaeladler committed Sep 3, 2024
1 parent 569a4ff commit 5a4a75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"config:best-practices",
":gitSignOff",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":prHourlyLimitNone",
":prConcurrentLimitNone",
"schedule:monthly",
Expand Down

0 comments on commit 5a4a75f

Please sign in to comment.