We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01e4b4 commit 30e2adbCopy full SHA for 30e2adb
renovate.json
@@ -2,5 +2,31 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:base"
5
- ]
+ ],
6
+ "groupName": "all dependencies",
7
+ "groupSlug": "all",
8
+ "lockFileMaintenance": {
9
+ "enabled": true,
10
+ "schedule": [
11
+ "before 2am"
12
+ ]
13
+ },
14
+ "packageRules": [
15
+ {
16
17
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
29
30
31
+ "timezone": "Asia/Manila"
32
}
0 commit comments