Skip to content

Commit

Permalink
Update renovate to create main issue + group like other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Aug 9, 2019
1 parent f940651 commit 35dd063
Showing 1 changed file with 81 additions and 2 deletions.
83 changes: 81 additions & 2 deletions renovate.json
@@ -1,7 +1,86 @@
{
"extends": ["config:base"],
"extends": [
"config:base"
],
"automerge": true,
"major": {
"automerge": false
}
},
"minor": {
"automerge": false
},
"rangeStrategy": "pin",
"packageRules": [
{
"packagePatterns": "^@cypress",
"groupName": "@cypress",
"schedule": "after 2am and before 4am"
},
{
"packageNames": [
"bin-up",
"check-dependencies",
"check-more-types",
"console-table",
"execa-wrap",
"is-fork-pr",
"lazy-ass",
"make-empty-github-commit",
"mocha-banner",
"prefixed-list",
"rebuild-node-sass",
"snap-shot-it",
"terminal-banner"
],
"groupName": "team NPM packages",
"schedule": "after 2am and before 4am"
},
{
"packageNames": "node",
"enabled": false
},
{
"packagePatterns": "^@types",
"groupName": "@types",
"schedule": "before 3am on Monday"
},
{
"packagePatterns": "^sinon",
"groupName": "sinon",
"schedule": "before 3am on Sunday"
},
{
"packagePatterns": "^gulp",
"groupName": "gulp",
"schedule": "before 3am on Monday"
},
{
"packagePatterns": "^eslint",
"groupName": "eslint",
"schedule": "before 3am on Monday"
},
{
"packageNames": [
"typescript",
"ts-node",
"tslint-config-standard"
],
"groupName": "typescript"
}
],
"separateMultipleMajor": true,
"labels": [
"type: dependencies",
"renovate"
],
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}{{newVersionMajor}}.x{{else}}{{newVersion}}{{/if}}{{/if}} 🌟",
"prHourlyLimit": 1,
"prConcurrentLimit": 1,
"updateNotScheduled": false,
"timezone": "America/New_York",
"schedule": [
"before 3am on the first day of the month"
],
"masterIssue": true
}

0 comments on commit 35dd063

Please sign in to comment.