Skip to content

Commit d0aa228

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #974 from modelix/ci/change-renovate-commit-type
ci: configure commit type "build" for Renovate
2 parents 4254a1d + 5032742 commit d0aa228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"config:best-practices",
55
// Opt-in to beta support for pre-commit.
66
// See https://docs.renovatebot.com/modules/manager/pre-commit/
7-
":enablePreCommit"
7+
":enablePreCommit",
8+
// Use the same commit type as with Dependabot.
9+
":semanticCommitTypeAll(build)"
810
],
911
enabledManagers: ["pre-commit"],
1012
}

0 commit comments

Comments
 (0)