Update Renovate config (#15141)

Marshall Bowers created

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

Change summary

renovate.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

renovate.json 🔗

@@ -6,5 +6,7 @@
   "schedule": ["after 3pm on Wednesday"],
   "major": {
     "dependencyDashboardApproval": true
-  }
+  },
+  "labels": ["cla-signed"],
+  "commitBody": "Release Notes:\n\n- N/A"
 }