ZIm/renovate.json
Marshall Bowers 4c0d0ad4f4
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
2024-07-24 23:18:33 -04:00

11 lines
363 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
},
"prFooter": "Release Notes:\n\n- N/A"
}