
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
11 lines
363 B
JSON
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"
|
|
}
|