Skip to content

Commit 34f390b

Browse files
committed
Add 3.2 branch to dependabot
1 parent 1adce18 commit 34f390b

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

.github/dependabot.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,57 @@ updates:
170170
allow:
171171
- dependency-type: "all"
172172

173+
#################################################################################
174+
# Duplicate the package-ecosystems for main because we want to target branch 3.2
175+
# and dependabot doesn't support YAML aliases and anchors at the moment
176+
#################################################################################
177+
- package-ecosystem: "gradle"
178+
directory: "/"
179+
target-branch: "3.2"
180+
schedule:
181+
interval: "weekly"
182+
day: "tuesday"
183+
open-pull-requests-limit: 20
184+
groups:
185+
hibernate-validator:
186+
patterns:
187+
- "org.hibernate.validator*"
188+
- "org.glassfish.expressly*"
189+
hibernate:
190+
patterns:
191+
- "org.hibernate*"
192+
vertx:
193+
patterns:
194+
- "io.vertx*"
195+
mutiny:
196+
patterns:
197+
- "io.smallrye.reactive*"
198+
testcontainers:
199+
patterns:
200+
- "org.testcontainers*"
201+
- "com.ibm.db2*"
202+
- "com.microsoft.sqlserver*"
203+
- "org.postgresql*"
204+
- "con.ongres.scram*"
205+
- "com.fasterxml.jackson.core*"
206+
- "com.mysql*"
207+
- "org.mariadb.jdbc*"
208+
ignore:
209+
- dependency-name: "org.glassfish.expressly*"
210+
update-types: ["version-update:semver-major"]
211+
- dependency-name: "org.hibernate*"
212+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
213+
- dependency-name: "io.vertx*"
214+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
215+
216+
- package-ecosystem: "docker"
217+
directory: "/tooling/docker"
218+
target-branch: "3.2"
219+
schedule:
220+
interval: "weekly"
221+
allow:
222+
- dependency-type: "all"
223+
173224
#################################################################################
174225
# Duplicate the package-ecosystems for main because we want to target branch 2.4
175226
# and dependabot doesn't support YAML aliases and anchors at the moment

0 commit comments

Comments
 (0)