Ignore is not respecting in a group dependencies #10122
Labels
L: git:submodules
Git submodules
L: ruby:bundler
RubyGems via bundler
T: bug 🐞
Something isn't working
Is there an existing issue for this?
Package ecosystem
bundler
Package manager version
2.4
Language version
ruby 3.2.2
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2
updates:
directory: "/"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
dependabot.yml-file#ignore
ignore:
update-types: ["version-update:semver-major", "version-update:semver-minor"]
Updated dependency
parser
What you expected to see, versus what you actually saw
I want to ignore all major and minor, only accept patches, but it changing my Gemlock to major.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
alexcastrodev/dependabot_parse#1
The text was updated successfully, but these errors were encountered: