Re: Problematic releases

2022-11-29 Thread DuMaM
By chance, I found a solution for release drafter problem. I set this up using videos about plugin modernization. Luckily, in March there was an option added called “tag-prefix”, which solved my issues. wtorek, 29 listopada 2022 o 02:53:49 UTC+1 m...@basilcrow.com napisał(a): > On Mon, Nov 28,

Re: Problematic releases

2022-11-28 Thread Basil Crow
On Mon, Nov 28, 2022 at 3:54 PM DuMaM wrote: > > How about this release drafter problem? For your Release Drafter problem I would recommend following up in https://github.com/release-drafter/release-drafter/issues/1269 or https://github.com/release-drafter/release-drafter/pull/1255. Release Draft

Re: Problematic releases

2022-11-28 Thread DuMaM
How about this release drafter problem? poniedziałek, 28 listopada 2022 o 08:19:26 UTC+1 mc.ca...@gmail.com napisał(a): > > Can plugins use Renovate as it is done for core? > > For sure, if you request the addition to your repository, someone will > approve it. > > On Monday, 28 November 2022

Re: Problematic releases

2022-11-27 Thread Alexander Brandes
> Can plugins use Renovate as it is done for core? For sure, if you request the addition to your repository, someone will approve it. On Monday, 28 November 2022 at 01:48:46 UTC+1 nowak.b...@gmail.com wrote: > Can plugins use Renovate as it is done for core? Maybe it will work better? > > How

Re: Problematic releases

2022-11-27 Thread DuMaM
Can plugins use Renovate as it is done for core? Maybe it will work better? How about this release drafter problem? poniedziałek, 28 listopada 2022 o 00:06:41 UTC+1 m...@basilcrow.com napisał(a): > > https://github.com/dependabot/dependabot-core/blob/c5e5b827af80f60482262ffca0bd9a2bb7a4d73d/mave

Re: Problematic releases

2022-11-27 Thread Basil Crow
https://github.com/dependabot/dependabot-core/blob/c5e5b827af80f60482262ffca0bd9a2bb7a4d73d/maven/lib/dependabot/maven/update_checker/version_finder.rb attempts to filter out prereleases and date-based versions, but in my experience that logic is far from perfect. -- You received this message bec

Re: Problematic releases

2022-11-27 Thread DuMaM
Thanks for this prompt reply. According to GitHub Dependabot config, patterns used in “ignore version” property should follow the ecosystem version filtering systems. For maven there is not too much to work with according to this page → https://docs.oracle.com/middleware/1212/core/MAVEN/maven_ver

Re: Problematic releases

2022-11-27 Thread John Patrick
I think you need to edit Dependabot something like this https://github.com/jenkinsci/crowd2-plugin/pull/138 PR. Specifically ignore '*-QR*', might be able to be added into the existing, but i'm not sure without trying it for real. Dependabot will see anything in the repo's configured, as all the i