Skip to content

Commit 360a988

Browse files
committed
Enable dependabot for 4.1 branch
1 parent 5a1b813 commit 360a988

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
@@ -118,6 +118,57 @@ updates:
118118
allow:
119119
- dependency-type: "all"
120120

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+
121172
#################################################################################
122173
# Duplicate the package-ecosystems for main because we want to target branch 3.1
123174
# and dependabot doesn't support YAML aliases and anchors at the moment

0 commit comments

Comments
 (0)