diff --git a/renovate.json b/renovate.json index 75ac0dd..56952ad 100755 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,30 @@ { - "extends": [ - "@nuxtjs" - ], - "lockFileMaintenance": { - "enabled": true + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "labels": [ + "dependencies" + ], + "rebaseWhen": "conflicted", + "schedule": [ + "before 6am on the first day of the month" + ], + "baseBranches": [ + "main" + ], + "rangeStrategy": "bump", + "packageRules": [ + { + "matchDatasources": [ + "npm" + ], + "matchUpdateTypes": [ + "patch", + "minor", + "major" + ], + "groupName": "all" } -} + ] +} \ No newline at end of file