Skip to content

Commit 35dd063

Browse files
Update renovate to create main issue + group like other repos
1 parent f940651 commit 35dd063

File tree

1 file changed

+81
-2
lines changed

1 file changed

+81
-2
lines changed

Diff for: renovate.json

+81-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,86 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": [
3+
"config:base"
4+
],
35
"automerge": true,
46
"major": {
57
"automerge": false
6-
}
8+
},
9+
"minor": {
10+
"automerge": false
11+
},
12+
"rangeStrategy": "pin",
13+
"packageRules": [
14+
{
15+
"packagePatterns": "^@cypress",
16+
"groupName": "@cypress",
17+
"schedule": "after 2am and before 4am"
18+
},
19+
{
20+
"packageNames": [
21+
"bin-up",
22+
"check-dependencies",
23+
"check-more-types",
24+
"console-table",
25+
"execa-wrap",
26+
"is-fork-pr",
27+
"lazy-ass",
28+
"make-empty-github-commit",
29+
"mocha-banner",
30+
"prefixed-list",
31+
"rebuild-node-sass",
32+
"snap-shot-it",
33+
"terminal-banner"
34+
],
35+
"groupName": "team NPM packages",
36+
"schedule": "after 2am and before 4am"
37+
},
38+
{
39+
"packageNames": "node",
40+
"enabled": false
41+
},
42+
{
43+
"packagePatterns": "^@types",
44+
"groupName": "@types",
45+
"schedule": "before 3am on Monday"
46+
},
47+
{
48+
"packagePatterns": "^sinon",
49+
"groupName": "sinon",
50+
"schedule": "before 3am on Sunday"
51+
},
52+
{
53+
"packagePatterns": "^gulp",
54+
"groupName": "gulp",
55+
"schedule": "before 3am on Monday"
56+
},
57+
{
58+
"packagePatterns": "^eslint",
59+
"groupName": "eslint",
60+
"schedule": "before 3am on Monday"
61+
},
62+
{
63+
"packageNames": [
64+
"typescript",
65+
"ts-node",
66+
"tslint-config-standard"
67+
],
68+
"groupName": "typescript"
69+
}
70+
],
71+
"separateMultipleMajor": true,
72+
"labels": [
73+
"type: dependencies",
74+
"renovate"
75+
],
76+
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
77+
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}{{newVersionMajor}}.x{{else}}{{newVersion}}{{/if}}{{/if}} 🌟",
78+
"prHourlyLimit": 1,
79+
"prConcurrentLimit": 1,
80+
"updateNotScheduled": false,
81+
"timezone": "America/New_York",
82+
"schedule": [
83+
"before 3am on the first day of the month"
84+
],
85+
"masterIssue": true
786
}

0 commit comments

Comments
 (0)