Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit ec08675

Browse files
committed
build: enable renovate dependency dashboard
Enable the Renovate dashboard to see what we are missing/what is going on after switching to the self-hosted runner. Renovate might avoid some PRs due to previously-closed old PRs with the official Mend renovate app operating on upstream branches. Also provide the Renovate schema. (cherry picked from commit 0f0cf65)
1 parent b68cc08 commit ec08675

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

renovate.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"pinVersions": false,
3-
"semanticCommits": true,
4-
"semanticPrefix": "build",
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"rangeStrategy": "replace",
4+
"semanticCommits": "enabled",
5+
"semanticCommitType": "build",
6+
"semanticCommitScope": "",
57
"separateMajorMinor": false,
68
"prHourlyLimit": 2,
79
"labels": ["target: minor", "action: merge"],
810
"timezone": "America/Tijuana",
9-
"lockFileMaintenance": {
10-
"enabled": true
11-
},
11+
"lockFileMaintenance": { "enabled": true },
12+
"dependencyDashboard": true,
13+
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
1214
"baseBranches": ["main"],
1315
"ignoreDeps": ["@types/node"],
1416
"includePaths": [

0 commit comments

Comments
 (0)