We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1fb9 commit c088d84Copy full SHA for c088d84
renovate.json5
@@ -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