diff --git a/renovate.json b/renovate.json index ca9b993..b6b4fe7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,21 @@ { "extends": [ - "config:base" + "config:recommended" ], "timezone": "Asia/Calcutta", - "schedule": ["before 3am on the first day of the month"], + "schedule": [ + "before 3am on the first day of the month" + ], "packageRules": [ { - "matchDepTypes": ["devDependencies", "dependencies"], - "matchUpdateTypes": ["patch", "minor"], + "matchDepTypes": [ + "devDependencies", + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], "groupName": "dependencies" } ]