This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb2f417
commit 60c2b54
Showing
1 changed file
with
42 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"extends": [ | ||
"config:base" | ||
], | ||
"automerge": true, | ||
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟", | ||
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{newVersion}} 🌟", | ||
"major": { | ||
"automerge": false | ||
}, | ||
"minor": { | ||
"automerge": false | ||
}, | ||
"prConcurrentLimit": 3, | ||
"prHourlyLimit": 2, | ||
"schedule": [ | ||
"after 2am and before 3am on saturday" | ||
], | ||
"updateNotScheduled": false, | ||
"timezone": "America/New_York", | ||
"lockFileMaintenance": { | ||
"enabled": true | ||
}, | ||
"separatePatchReleases": true, | ||
"separateMultipleMajor": true, | ||
"masterIssue": true, | ||
"labels": [ | ||
"type: dependencies", | ||
"renovate" | ||
], | ||
"packageRules": [ | ||
{ | ||
"packageNames": ["cypress"], | ||
"groupName": "cypress", | ||
"schedule": "before 2am" | ||
}, | ||
{ | ||
"packagePatterns": "^eslint", | ||
"groupName": "eslint" | ||
} | ||
] | ||
} |