We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aade0c commit 0bc4d97Copy full SHA for 0bc4d97
.github/dependabot.yml
@@ -52,7 +52,7 @@ updates:
52
ignore:
53
# For Hibernate Validator, we will need to update major version manually as needed (but we only use it in tests)
54
- dependency-name: "org.glassfish.expressly*"
55
- update-types: ["version-update-:semver-major"]
+ update-types: ["version-update:semver-major"]
56
# Only patches for Hibernate ORM and Vert.x
57
- dependency-name: "org.hibernate*"
58
update-types: ["version-update:semver-major", "version-update:semver-minor"]
0 commit comments