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

Only update minor and patch versions #915

Open
cmorinupgrade opened this issue May 6, 2023 · 0 comments
Open

Only update minor and patch versions #915

cmorinupgrade opened this issue May 6, 2023 · 0 comments

Comments

@cmorinupgrade
Copy link

Context
I am running dependabot-script using the dependabot-core image in a Argo Workflow on AWS EKS.

Package managers I use

  • npm_and_yarn
  • maven
  • go_modules
  • pip

What I am trying to achieve
There is a requirement that is to only update minor and patch versions. I took a deep look at dependabot-core and dependabot-script codebases and haven't found anything related to the equivalent update-types in Dependabot SaaS offering. The only thing I have found is the IGNORE_CONDITIONS environment variable which seems to only be available for dependabot cli.

Anybody here was able to configure the UpdateChecker (or any other component along the process) so it only updates minor and patch versions? I work in a large company where bumping major versions is not always possible due to the potential regression and security considerations it may have.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant