diff options
-rw-r--r-- | .github/renovate.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index f9c2c3270..4bd832f5f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"] } |