renovate: Add release notes to PR footer (#15145)

Marshall Bowers created

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

Change summary

renovate.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

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"
 }