Skip to content

Commit c6d8f2c

Browse files
committed
Enabled dependabot on 3.1
1 parent 6157e83 commit c6d8f2c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/dependabot.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,41 @@ updates:
1919

2020
- package-ecosystem: "gradle"
2121
directory: "/"
22+
target-branch: "main"
23+
schedule:
24+
interval: "weekly"
25+
day: "tuesday"
26+
open-pull-requests-limit: 20
27+
groups:
28+
hibernate-validator:
29+
patterns:
30+
- "org.hibernate.validator*"
31+
- "org.glassfish.expressly*"
32+
hibernate:
33+
patterns:
34+
- "org.hibernate*"
35+
vertx:
36+
patterns:
37+
- "io.vertx*"
38+
mutiny:
39+
patterns:
40+
- "io.smallrye.reactive*"
41+
# Testcontainers plus the JDBC driver we need for testing
42+
testcontainers:
43+
patterns:
44+
- "org.testcontainers*"
45+
- "com.ibm.db2*"
46+
- "com.microsoft.sqlserver*"
47+
- "org.postgresql*"
48+
- "con.ongres.scram*"
49+
- "com.fasterxml.jackson.core*"
50+
- "com.mysql*"
51+
- "org.mariadb.jdbc*"
52+
53+
# Duplicated package-ecosystem for every extra branch we want to target
54+
- package-ecosystem: "gradle"
55+
directory: "/"
56+
target-branch: "3.1"
2257
schedule:
2358
interval: "weekly"
2459
day: "tuesday"

0 commit comments

Comments
 (0)