diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-12-16 20:54:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 20:54:15 +0100 |
commit | 6dbc67575a8b052070fb38f324eaf72e04a1104f (patch) | |
tree | 7f8f061bbf5535f436f2e3d0bbcefb020b6ff09e /renovate.json | |
parent | c4e30097ddf0e8bd26a22f01dab16ed0b1ad00d0 (diff) |
Fix typo in renovate.json (#10)
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index 69a18b5..f59f762 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,3 @@ -{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", +{ "$schema": "https://docs.renovatebot.com/renovate-schema.json" , "extends": ["local>benkard/.github:renovate-config"] } |