Skip to content

Commit 3be30cd

Browse files
devversionalan-agius4
authored andcommitted
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.
1 parent 5319428 commit 3be30cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"rangeStrategy": "replace",
34
"semanticCommits": "enabled",
45
"semanticCommitType": "build",
5-
"semanticCommitScope": null,
6+
"semanticCommitScope": "",
67
"separateMajorMinor": false,
78
"prHourlyLimit": 2,
89
"labels": ["target: minor", "action: merge"],
910
"timezone": "America/Tijuana",
1011
"lockFileMaintenance": { "enabled": true },
12+
"dependencyDashboard": true,
1113
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
1214
"baseBranches": ["main"],
1315
"ignoreDeps": ["@types/node", "quicktype-core"],

0 commit comments

Comments
 (0)