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"
}
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
renovate.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
@@ -7,6 +7,5 @@
"major": {
"dependencyDashboardApproval": true
},
- "labels": ["cla-signed"],
- "commitBody": "Release Notes:\n\n- N/A"
+ "prFooter": "Release Notes:\n\n- N/A"
}