Feature Request: Get all dependencies configured to pull changelogs on PR #254
Labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mafyuh/Auto-Homelab#254
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Get all dependencies configured to pull changelogs on PR
Motivation
saves time having to look them up
Detailed Description
Currently get Release Notes automatically for:
jfa-go (Doesn't support, removing)
Additional Context
Currently just adding to renovate's repo config.js like:
Pretty much all the unchecked boxes either I have to web-scrape their custom website to get the release notes, which may be a task for another day, or are just gonna be convoluted to grab. For now I have just added a footer to renovate PR's with a link to https://git.mafyuh.dev/mafyuh/Auto-Homelab/src/branch/main/.github/changelogs.md which I will update for all non-renovate grabbed release notes.
Using the customChangelogURL param in Renovate is supposed to do this for me. But that doesn't seem to be the actual behavior, unless I'm missing something.
Even though I have to click twice I will consider this done so I can work on other stuff. May come back to it once Renovate gets better at release notes.
Have noticed Renovate actually linking the changelogs now even if not pulled, I have added every application to renovates config.js and will check things off as PR's come in