Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
commit renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Mar 30, 2021
1 parent fb2f417 commit 60c2b54
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions renovate.json
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"
}
]
}

0 comments on commit 60c2b54

Please sign in to comment.