Skip to content

Configure Dependabot to only create PRs for minor or patch updates #21626

Answered by yamiacat
tflight asked this question in New to GitHub
Discussion options

You must be logged in to vote

Hi there! 👋 Welcome to the Community!

Yes, this is possible! You can add an ignore option to the dependabot.yml configuration file:

https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#specifying-dependencies-and-versions-to-ignore

You could specify versions: ["3.x", "4.x" "5.x"] to ensure only updates in “2.x” have PRs raised.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants