From 5865c5e80f1b43307e857bd53c33522c720320e8 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 24 Jul 2024 22:51:51 -0400 Subject: [PATCH] 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 --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 287a56162b..44ceadd1e4 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,7 @@ "schedule": ["after 3pm on Wednesday"], "major": { "dependencyDashboardApproval": true - } + }, + "labels": ["cla-signed"], + "commitBody": "Release Notes:\n\n- N/A" }