Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix: renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Sep 14, 2022
1 parent 77c109b commit 652bd87
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"schedule": [
"before 6am on the first day of the month"
],
"baseBranches": [
"main"
],
"packageRules": [
{
"groupName": "definitelyTyped",
Expand All @@ -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",
Expand All @@ -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"
]
},
{
Expand Down

0 comments on commit 652bd87

Please sign in to comment.