@@ -118,6 +118,57 @@ updates:
118
118
allow :
119
119
- dependency-type : " all"
120
120
121
+ # ################################################################################
122
+ # Duplicate the package-ecosystems for main because we want to target branch 4.1
123
+ # and dependabot doesn't support YAML aliases and anchors at the moment
124
+ # ################################################################################
125
+ - package-ecosystem : " gradle"
126
+ directory : " /"
127
+ target-branch : " 4.1"
128
+ schedule :
129
+ interval : " weekly"
130
+ day : " tuesday"
131
+ open-pull-requests-limit : 20
132
+ groups :
133
+ hibernate-validator :
134
+ patterns :
135
+ - " org.hibernate.validator*"
136
+ - " org.glassfish.expressly*"
137
+ hibernate :
138
+ patterns :
139
+ - " org.hibernate*"
140
+ vertx :
141
+ patterns :
142
+ - " io.vertx*"
143
+ mutiny :
144
+ patterns :
145
+ - " io.smallrye.reactive*"
146
+ testcontainers :
147
+ patterns :
148
+ - " org.testcontainers*"
149
+ - " com.ibm.db2*"
150
+ - " com.microsoft.sqlserver*"
151
+ - " org.postgresql*"
152
+ - " con.ongres.scram*"
153
+ - " com.fasterxml.jackson.core*"
154
+ - " com.mysql*"
155
+ - " org.mariadb.jdbc*"
156
+ ignore :
157
+ - dependency-name : " org.glassfish.expressly*"
158
+ update-types : ["version-update:semver-major"]
159
+ - dependency-name : " org.hibernate*"
160
+ update-types : ["version-update:semver-major", "version-update:semver-minor"]
161
+ - dependency-name : " io.vertx*"
162
+ update-types : ["version-update:semver-major", "version-update:semver-minor"]
163
+
164
+ - package-ecosystem : " docker"
165
+ directory : " /tooling/docker"
166
+ target-branch : " 3.1"
167
+ schedule :
168
+ interval : " weekly"
169
+ allow :
170
+ - dependency-type : " all"
171
+
121
172
# ################################################################################
122
173
# Duplicate the package-ecosystems for main because we want to target branch 3.1
123
174
# and dependabot doesn't support YAML aliases and anchors at the moment
0 commit comments