Skip to content

Commit ddee36e

Browse files
committed
Disable dependabot for Hibernate Models and Hibernate Commons Annotations
Technically Hibernate Commons Annotations should not be used anymore in main, but this doesn't hurt and allows for backport to 3.20.
1 parent 1970964 commit ddee36e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ updates:
218218
update-types: ["version-update:semver-major", "version-update:semver-minor"]
219219
- dependency-name: org.apache.kafka:*
220220
update-types: ["version-update:semver-major", "version-update:semver-minor"]
221+
# Should be aligned on the version of the dependency from Hibernate artifacts.
222+
- dependency-name: org.hibernate.common:*
223+
- dependency-name: org.hibernate.models:*
221224
# Elasticsearch - major updates usually require more work and synchronization, we do them manually.
222225
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
223226
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)