Skip to content

Commit 733d455

Browse files
committed
[hibernate#1136] Update dependabot configuration
Includes: * Update project dependencies * Update images in Dockerfile files under tooling/docker/ * Update images we use as services in the GitHub workflow (mysql and postgres to test the examples)
1 parent 95cda94 commit 733d455

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/dependabot.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,48 @@ updates:
1616
allow:
1717
- dependency-name: "actions/*"
1818
- dependency-name: "redhat-actions/*"
19+
20+
- package-ecosystem: "gradle"
21+
directory: "/"
22+
registries:
23+
- gradle-plugin-portal
24+
schedule:
25+
interval: "weekly"
26+
day: "tuesday"
27+
open-pull-requests-limit: 20
28+
groups:
29+
hibernate:
30+
patterns:
31+
- "org.hibernate*"
32+
vertx:
33+
patterns:
34+
- "io.vertx*"
35+
mutiny:
36+
patterns:
37+
- "io.smallrye.reactive*"
38+
# Testcontainers plus the JDBC driver we need for testing
39+
testcontainers:
40+
patterns:
41+
- "org.testcontainers*"
42+
- "com.ibm.db2*"
43+
- "com.microsoft.sqlserver*"
44+
- "org.postgresql*"
45+
- "con.ongres.scram*"
46+
- "com.fasterxml.jackson.core*"
47+
- "com.mysql*"
48+
- "org.mariadb.jdbc*"
49+
50+
ignore:
51+
# Only patches for Hibernate ORM and Vert.x
52+
- dependency-name: "org.hibernate*"
53+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
54+
- dependency-name: "io.vertx*"
55+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
56+
57+
# Dockerfiles in tooling/docker/, and database services we use for examples (MySQL and PostgreSQL)
58+
- package-ecosystem: "docker"
59+
directory: "/tooling/docker"
60+
schedule:
61+
interval: "weekly"
62+
allow:
63+
- dependency-type: "all"

0 commit comments

Comments
 (0)