File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,41 @@ updates:
19
19
20
20
- package-ecosystem : " gradle"
21
21
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"
22
57
schedule :
23
58
interval : " weekly"
24
59
day : " tuesday"
You can’t perform that action at this time.
0 commit comments