Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove packageRules from renovatebot #5981

Merged
merged 3 commits into from
Dec 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 1 addition & 52 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,60 +12,9 @@
"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",
"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,
Expand Down