[ci skip] chore: Add renovate schema URL

This commit is contained in:
Alexander Brandes 2022-08-20 15:31:42 +02:00 committed by GitHub
parent ab659eadde
commit 60ad2b51e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}