Don't format JSON files

This commit is contained in:
Alexander Brandes 2023-03-06 11:49:18 +01:00
parent e6db8e2750
commit 3adfbde45a
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 726 additions and 726 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
{ {
"$schema" : "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends" : [ "extends": [
"config:base", "config:base",
":semanticCommitsDisabled" ":semanticCommitsDisabled"
], ],
"labels" : [ "labels": [
"dependencies" "dependencies"
], ],
"rebaseWhen" : "conflicted", "rebaseWhen": "conflicted",
"schedule" : [ "schedule": [
"on the first day of the week" "on the first day of the week"
] ]
} }