Skip to content

Commit 0bc4d97

Browse files
committed
Fix typo in dependabot configuration
1 parent 1aade0c commit 0bc4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ updates:
5252
ignore:
5353
# For Hibernate Validator, we will need to update major version manually as needed (but we only use it in tests)
5454
- dependency-name: "org.glassfish.expressly*"
55-
update-types: ["version-update-:semver-major"]
55+
update-types: ["version-update:semver-major"]
5656
# Only patches for Hibernate ORM and Vert.x
5757
- dependency-name: "org.hibernate*"
5858
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)