Skip to content

Commit 9118141

Browse files
authored
Merge pull request quarkusio#47986 from marko-bekhta/dep/limit-dependabot-expressly-updates
Limit Dependabot Expressly updates
2 parents 1c903d7 + 12dfd03 commit 9118141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ updates:
223223
update-types: ["version-update:semver-major"]
224224
- dependency-name: co.elastic.clients:elasticsearch-java
225225
update-types: ["version-update:semver-major"]
226+
# Expressly, as an EL implementation is tightly coupled with the Jakarta Validation and Hibernate Validator versions in use
227+
# Hence we update major/minor Expressly versions manually.
228+
- dependency-name: org.glassfish.expressly:expressly
229+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
226230
rebase-strategy: disabled
227231
- package-ecosystem: gradle
228232
directory: "/devtools/gradle"

0 commit comments

Comments
 (0)