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

Add the ability to ignore lockfile updates when using increase-if-necessary #11543

Open
1 task done
mansona opened this issue Feb 11, 2025 · 0 comments
Open
1 task done
Labels
T: feature-request Requests for new features

Comments

@mansona
Copy link

mansona commented Feb 11, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

I'm currently using increase-if-necessary as my versioning strategy (along side grouping certain updates) and it's doing almost what I would like it to do. My idea is that I only want to see version update PRs if those updates would require me to change a range in my package.json.

The current behaviour however is that I get a PR created to just update the lockfile when using the increase-if-necessary strategy and this is far too noisy for what I want 😞 I only want to see a PR for dependencies that will actually change my package.json and I would love to have some sort of ignore-lockfile option, or more-specifically ignore-lockfile-only i.e. when it would only update the lockfile it would not open a PR

@mansona mansona added the T: feature-request Requests for new features label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: feature-request Requests for new features
Projects
Status: No status
Development

No branches or pull requests

1 participant