diff --git a/renovate.json5 b/renovate.json5 index a377415..49f8600 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,6 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>LLK/scratch-renovate-config" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": [ + "github>LLK/scratch-renovate-config" + ] }