diff --git a/renovate.json b/renovate.json index 31ef2f5..8d62e14 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ublacklist/.github:renovate-config", "config:js-app"] + "extends": [ + "github>ublacklist/.github:renovate-config", + ":pinAllExceptPeerDependencies" + ] }