diff --git a/renovate.json b/renovate.json index 647f9c6fb..572cfd886 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base", - ":disableDependencyDashboard" + ":semanticCommitsDisabled" ], "ignoreDeps": [ "guava", @@ -23,6 +24,5 @@ "log4j" ], "labels": ["Renovate"], - "commitMessagePrefix": "build: ", "rebaseWhen": "conflicted" }