diff --git a/renovate.json b/renovate.json index 2c32ec1d..f2013687 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "extends": [ - "config:base" + "config:recommended" ], - "schedule": ["before 8am on the first day of the month"] + "schedule": [ + "before 8am on the first day of the month" + ] }