Skip to content

Commit 30e2adb

Browse files
authored
Change config for renovate
1 parent c01e4b4 commit 30e2adb

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

renovate.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,31 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5-
]
5+
],
6+
"groupName": "all dependencies",
7+
"groupSlug": "all",
8+
"lockFileMaintenance": {
9+
"enabled": true,
10+
"schedule": [
11+
"before 2am"
12+
]
13+
},
14+
"packageRules": [
15+
{
16+
"groupName": "all dependencies",
17+
"groupSlug": "all",
18+
"matchPackagePatterns": [
19+
"*"
20+
],
21+
"matchSourceUrls": [
22+
"https://github.com/zeit/next.js",
23+
"https://github.com/vercel/next.js"
24+
]
25+
}
26+
],
27+
"separateMajorMinor": false,
28+
"schedule": [
29+
"before 2am"
30+
],
31+
"timezone": "Asia/Manila"
632
}

0 commit comments

Comments
 (0)