diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-12-16 21:30:20 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-12-16 21:30:20 +0100 |
commit | a0bc62b07a5e15a11afb8ed07026140c6fe046d4 (patch) | |
tree | d146d817a39fff9ecaa7af70afecf4631f27a142 /renovate.json | |
parent | 90f9c6d9389e145e902d049b1296b7e1699276eb (diff) |
Reformat renovate.json.
Change-Id: I02eda963d4fa9ca1d87c5d4ce797e4968d5699cf
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/renovate.json b/renovate.json index 7d2542b..f59f762 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,3 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>benkard/.github:renovate-config" - ] +{ "$schema": "https://docs.renovatebot.com/renovate-schema.json" +, "extends": ["local>benkard/.github:renovate-config"] } |