diff --git a/.github/renovate.json b/.github/renovate.json index 8e2b279..f15c136 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["config:recommended", "schedule:weekly", ":prConcurrentLimitNone", ":prHourlyLimitNone"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>RustForWeb/.github:renovate-config"] }