diff --git a/renovate.json b/renovate.json index 19b74a19..e0aa6e33 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,9 @@ "schedule": [ "before 6am on the first day of the month" ], + "baseBranches": [ + "main" + ], "packageRules": [ { "groupName": "definitelyTyped", @@ -20,13 +23,17 @@ "updateTypes": [ "patch", "minor" + ], + "schedule": [ + "before 8am on Wednesday" ] }, { - "groupName": "turbo-init", - "commitMessageTopic": "turbo-init", + "groupName": "appsgenel", + "commitMessageTopic": "appsgenel", "matchPaths": [ - "package.json" + "apps/email/**", + "apps/storybook-vue/**" ], "matchUpdateTypes": [ "patch", @@ -35,16 +42,22 @@ ] }, { - "groupName": "apps-general", - "commitMessageTopic": "apps-general", - "matchPaths": [ - "apps/email/**", - "apps/storybook-vue/**" + "groupName": "local", + "commitMessageTopic": "local", + "ignorePaths": [ + "**/apps/**", + "**/packages/**" + ], + "matchFiles": [ + "package.json" ], "matchUpdateTypes": [ "patch", "minor", "major" + ], + "matchDatasources": [ + "npm" ] }, {