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): > >

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

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 →

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

Problematic releases

2022-11-27 Thread DuMaM
Hi, I was able to finally catch up with package versions inside my plugin, after adopting it. I would like to enable CD for it, but sadly, there are two problems, which block me. First one is with Dependabot. I don't understand why, but it's constantly piking up an incremental dependency