Add release.yml#315
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / validate-protos (pull_request).
|
| - ignore-for-release | ||
| authors: | ||
| - dependabot[bot] | ||
| - renovate[bot] |
There was a problem hiding this comment.
We don't need renovate here
| - renovate[bot] |
There was a problem hiding this comment.
In this issue, Timo mentioned:
python repositories use renovate, not dependabot. Would be smart to exclude renovate as well from the start, for every repo.
(I don't have a strong preference on any option, it's easy to add renovate later if we want to but it doesn't harm to include it now)
There was a problem hiding this comment.
I am not sure if he meant for every repo or every python repo. This is a go repo and renovate will be unfamiliar to go developers and keeping it will only confuse them.
There was a problem hiding this comment.
Renovate supports go too, not only python. But if you prefer, let's remove it now, it is easy to add back in the future if we need to
Co-authored-by: Sri Krishna <93153132+srikrsna-buf@users.noreply.github.com>
This adds a
release.ymlfile to remove dependabot PRs from auto-generated release notes.