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

Update Dependabot and Gradle files for Dependabot #128

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

robertmcnees
Copy link
Contributor

This PR lays the foundation for dependabot to better manage version updates in the future. Specifically, there were 3 issues addressed in this PR:

  • Gradle build files were using set() instead of = which causes dependabot to miss upgrading the dependency
  • Gradle build files were specifying the version of io.spring.dpeendency-management which necessitated logic in the dependabot config, which was not working correctly
  • Dependabot was not using groups to limit the number of PRs sent for a given version update

After this update Dependabot should be able to ignore all patch versions going forward for Vaadin.

This commit also updates the Spring Boot and Vaadin versions to the latest patch releases.

This commit lays the foundation for dependabot to better manage
version updates in the future. Specifically, there were 3
issues addressed in this PR:
- Gradle build files were using set() instead of = which
causes dependabot to miss upgrading the dependency
- Gradle build files were specifying the version of
io.spring.dpeendency-management which necessitated logic
in the dependabot config, which was not working correctly
- Dependabot was not using groups to limit the number of
PRs sent for a given version update

After this update Dependabot should be able to ignore all
patch versions going forward for Vaadin.

This commit also updates the Spring Boot and Vaadin versions
to the latest patch releases.
@robertmcnees robertmcnees self-assigned this Jul 1, 2024
@robertmcnees robertmcnees merged commit f1b42a7 into spring-guides:main Jul 1, 2024
1 check passed
@robertmcnees robertmcnees deleted the dependabot_updates branch July 1, 2024 10:35
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

Successfully merging this pull request may close these issues.

1 participant