Skip to content

Commit

Permalink
build: enable renovate dependency dashboard
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 committed Jul 4, 2022
1 parent b68cc08 commit ec08675
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"pinVersions": false,
"semanticCommits": true,
"semanticPrefix": "build",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rangeStrategy": "replace",
"semanticCommits": "enabled",
"semanticCommitType": "build",
"semanticCommitScope": "",
"separateMajorMinor": false,
"prHourlyLimit": 2,
"labels": ["target: minor", "action: merge"],
"timezone": "America/Tijuana",
"lockFileMaintenance": {
"enabled": true
},
"lockFileMaintenance": { "enabled": true },
"dependencyDashboard": true,
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
"baseBranches": ["main"],
"ignoreDeps": ["@types/node"],
"includePaths": [
Expand Down

0 comments on commit ec08675

Please sign in to comment.