Skip to content

Commit 9764f3d

Browse files
committed
[#1136] Keep Hibernate Validator and expressively consistent
Expressly 5 for Hibernate Validator 8 Expressly 6 for Hibernate Validator 9 I've decided to keep it simple and just ignore the upgrades for majors. I will update manually as needed for now, and think of something else if it becomes too much of a chore. We could remove the dependency to expressly by adding an extra configuration file for Hibernate Validator, but then I would have to explain why we need the extra configuraiton file somewhere in the examples.
1 parent cfde55b commit 9764f3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ updates:
2424
day: "tuesday"
2525
open-pull-requests-limit: 20
2626
groups:
27+
hibernate-validator:
28+
patterns:
29+
- "org.hibernate.validator*"
30+
- "org.glassfish.expressly*"
2731
hibernate:
2832
patterns:
2933
- "org.hibernate*"
@@ -46,6 +50,9 @@ updates:
4650
- "org.mariadb.jdbc*"
4751

4852
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"]
4956
# Only patches for Hibernate ORM and Vert.x
5057
- dependency-name: "org.hibernate*"
5158
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)