Skip to content

Commit 7e5fd3d

Browse files
committed
Add in preliminary renovate customization options
Signed-off-by: Jeremy Ho <[email protected]>
1 parent 3d38be9 commit 7e5fd3d

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

renovate.json

+39-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,43 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>bcgov/renovate-config"
5-
]
5+
],
6+
"automerge": false,
7+
"dependencyDashboard": true,
8+
"lockFileMaintenance": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "Node.js",
14+
"excludePackageNames": [
15+
"calico/node",
16+
"docker.io/calico/node",
17+
"kindest/node"
18+
],
19+
"matchDatasources": [
20+
"docker"
21+
],
22+
"matchDepNames": [
23+
"node"
24+
],
25+
"matchPackagePatterns": [
26+
"/node$"
27+
]
28+
},
29+
{
30+
"groupName": "all dependencies",
31+
"groupSlug": "all",
32+
"matchPackagePatterns": [
33+
"*"
34+
],
35+
"separateMajorMinor": true
36+
}
37+
],
38+
"prConcurrentLimit": 2,
39+
"pruneStaleBranches": false,
40+
"schedule": [
41+
"before 4am on the first day of the month"
42+
],
43+
"timezone": "America/Los_Angeles"
644
}

0 commit comments

Comments
 (0)