This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
generated from teaminkling/base
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Renovate to make updates less spammy
- Loading branch information
Showing
1 changed file
with
39 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,48 @@ | ||
{ | ||
"extends": [ | ||
"config:base" | ||
"config:base" | ||
], | ||
"timezone": "Australia/Melbourne", | ||
"schedule": [ | ||
"before 7am on Monday", | ||
"before 7am on Thursday" | ||
"after 9am on thursday", | ||
"before 12pm on thursday" | ||
], | ||
"packageRules": [ | ||
{ | ||
"groupName": "chore: dev dependencies safe update", | ||
"matchDepTypes": [ | ||
"devDependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"patch", | ||
"minor" | ||
] | ||
}, | ||
{ | ||
"groupName": "task: dependencies safe update", | ||
"matchDepTypes": [ | ||
"dependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"patch", | ||
"minor" | ||
] | ||
}, | ||
{ | ||
"groupName": "task: dependencies safe update", | ||
"matchDepTypes": [ | ||
"peerDependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"patch", | ||
"minor" | ||
] | ||
} | ||
{ | ||
"matchDatasources": [ | ||
"npm" | ||
], | ||
"minimumReleaseAge": "3 days" | ||
}, | ||
{ | ||
"groupName": "chore: dev dependencies safe update", | ||
"matchDepTypes": [ | ||
"devDependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"patch", | ||
"minor" | ||
] | ||
}, | ||
{ | ||
"groupName": "task: dependencies safe update", | ||
"matchDepTypes": [ | ||
"dependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"patch", | ||
"minor" | ||
] | ||
}, | ||
{ | ||
"groupName": "task: peer dependencies safe update", | ||
"matchDepTypes": [ | ||
"peerDependencies" | ||
], | ||
"matchUpdateTypes": [ | ||
"patch", | ||
"minor" | ||
] | ||
} | ||
] | ||
} |