Skip to content

Commit c088d84

Browse files
committed
ci: added renovate config
1 parent bba1fb9 commit c088d84

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json5

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: [
4+
"config:best-practices",
5+
// Opt-in to beta support for pre-commit.
6+
// See https://docs.renovatebot.com/modules/manager/pre-commit/
7+
":enablePreCommit",
8+
// Use the same commit type as with Dependabot.
9+
":semanticCommitTypeAll(build)"
10+
],
11+
enabledManagers: [
12+
"pre-commit",
13+
"gradle-wrapper",
14+
"nvm",
15+
"github-actions",
16+
"custom.regex"
17+
],
18+
}

0 commit comments

Comments
 (0)