diff options
-rw-r--r-- | .github/renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index 2fa81dd20..3eb06200f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], + "extends": ["config:recommended", "group:definitedlyTyped"], "rangeStrategy": "bump", "timezone": "America/Chicago", "schedule": ["before 8pm on monday"] |