Skip to content

Add dependabot configuration to keep micrometer up to date #268

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yeikel
Copy link
Contributor

@yeikel yeikel commented Jul 20, 2025

Closes #267

# The requirements were defined in https://github.com/vert-x3/vertx-micrometer-metrics/issues/267
version: 2
updates:
# Propose PRs for all the release types in the master branch.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to not allow this out of the box, because for main branch we should not allow a new major that has breaking changes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for this? How will we handle breaking changes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean I think we can allow but we need to check that micrometer does not bring breaking API changes when the upgrade happens

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the plan, yes. I believe dependabot links to releases pages when they exist and also computes a list of changes when possible

Copy link
Contributor Author

@yeikel yeikel Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it will include releases notes

Also, our CI may also flag these too in the form of test failures

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

Successfully merging this pull request may close these issues.

Enable dependabot updates
3 participants