Skip to content
Discussion options

You must be logged in to vote

Hey Christoph,

This looks like a stored Dependabot ignore condition

The important line is this one:

  • >= 2.2.a, < 2.3 - from @dependabot ignore command

That ignore does not live in .github/dependabot.yml. Dependabot stores ignores created from PR comments centrally for the repository.

So the config changes in your PRs probably cannot override it. Dependabot applies allow/normal update rules first, then filters ignored versions afterward. If a dependency version matches both an allowed rule and an ignored rule, the ignore wins.

In your log, Dependabot is seeing two ignores:

  • < 2.2.7 - from .github/dependabot.yml
  • >= 2.2.a, < 2.3 - from @dependabot ignore command

Together, those block the e…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chrjohn
Comment options

Answer selected by chrjohn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD other General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
2 participants