dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.68k stars 1.01k forks source link

skip X number of versions of a package #9652

Open angold5 opened 5 months ago

angold5 commented 5 months ago

Is there an existing issue for this?

Feature description

Is there a way to skip X number of a specific package. For example the AWS packages only update MAJOR and MINOR version and never the PATCH version. This means they open a new PR every few days.

Is there a way to say skip say 10 MINOR versions, so it doesnt raise soo many PRs ?

Bump @aws-sdk/client-s3 from 3.565.0 to 3.567.0 Bump @aws-sdk/client-s3 from 3.525.0 to 3.565.0 Bump @aws-sdk/client-s3 from 3.525.0 to 3.564.0

Screenshot 2024-05-02 at 09 38 56
angold5 commented 5 months ago

I do know that it auto clsoes the previous version and raises a new PR each time.