From 4c0d0ad4f4d1cca044d40272ee7d51726f22dce3 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 24 Jul 2024 23:18:33 -0400 Subject: [PATCH] renovate: Add release notes to PR footer (#15145) This PR updates the Renovate config to place the "Release Notes" section in the PR body footer. Also removed the `cla-signed` label, because the CLA bot just removes it. Release Notes: - N/A --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 44ceadd1e4..02ca039e2d 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,5 @@ "major": { "dependencyDashboardApproval": true }, - "labels": ["cla-signed"], - "commitBody": "Release Notes:\n\n- N/A" + "prFooter": "Release Notes:\n\n- N/A" }