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

Commit

Permalink
fix: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Aug 9, 2022
1 parent 05b77f6 commit 77c109b
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableRateLimiting"
"config:base"
],
"rebaseWhen": "conflicted",
"labels": [
"dependencies"
],
"schedule": [
"at any time"
"before 6am on the first day of the month"
],
"constraints": {
"pnpm": "7"
},
"packageRules": [
{
"groupName": "definitelyTyped",
Expand All @@ -23,9 +20,6 @@
"updateTypes": [
"patch",
"minor"
],
"schedule": [
"before 8am on Wednesday"
]
},
{
Expand All @@ -41,8 +35,8 @@
]
},
{
"groupName": "appsgenel",
"commitMessageTopic": "appsgenel",
"groupName": "apps-general",
"commitMessageTopic": "apps-general",
"matchPaths": [
"apps/email/**",
"apps/storybook-vue/**"
Expand Down Expand Up @@ -138,19 +132,6 @@
"matchDatasources": [
"npm"
]
},
{
"matchPaths": [
"packages/**"
],
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"npm"
],
"groupName": "packages dependencies",
"rangeStrategy": "replace"
}
],
"ignoreDeps": [
Expand Down

0 comments on commit 77c109b

Please sign in to comment.