zed/renovate.json
Marshall Bowers 5865c5e80f
Update Renovate config (#15141)
This PR applies some further updates to the Renovate config.

We add the https://github.com/zed-industries/zed/labels/cla-signed label
to the PRs so that check passes.

Also seeing if we can add a "Release Notes" sections to Renovate PRs.

Release Notes:

- N/A
2024-07-24 22:51:51 -04:00

13 lines
393 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommitsDisabled", "group:serdeMonorepo"],
"dependencyDashboard": true,
"timezone": "America/New_York",
"schedule": ["after 3pm on Wednesday"],
"major": {
"dependencyDashboardApproval": true
},
"labels": ["cla-signed"],
"commitBody": "Release Notes:\n\n- N/A"
}