Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore is not respecting in a group dependencies #10122

Open
1 task done
AlexcastroDev opened this issue Jul 1, 2024 · 1 comment
Open
1 task done

Ignore is not respecting in a group dependencies #10122

AlexcastroDev opened this issue Jul 1, 2024 · 1 comment
Labels
L: git:submodules Git submodules L: ruby:bundler RubyGems via bundler T: bug 🐞 Something isn't working

Comments

@AlexcastroDev
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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:

  • package-ecosystem: "bundler"
    directory: "/"
    schedule:
    interval: "daily"
    groups:
    production-dependencies:
    dependency-type: "production"
    development-dependencies:
    dependency-type: "development"
    dependabot.yml-file#ignore
    ignore:
    • dependency-name: "parser"
      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

@AlexcastroDev AlexcastroDev added the T: bug 🐞 Something isn't working label Jul 1, 2024
@github-actions github-actions bot added L: git:submodules Git submodules L: ruby:bundler RubyGems via bundler labels Jul 1, 2024
@AlexcastroDev AlexcastroDev reopened this Jul 7, 2024
@AlexcastroDev
Copy link
Author

Updates: if I ignore all version, it works, but if I ignore major and minor, dependabot create a PR updating major version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: git:submodules Git submodules L: ruby:bundler RubyGems via bundler T: bug 🐞 Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant