Skip to content

Commit 837b047

Browse files
committed
[hibernate#2575] Fix dependabot configuration
The configuration had some copy-and-paste errors from when I enabled dependabot on different branches.
1 parent 425741b commit 837b047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ updates:
163163

164164
- package-ecosystem: "docker"
165165
directory: "/tooling/docker"
166-
target-branch: "3.1"
166+
target-branch: "4.1"
167167
schedule:
168168
interval: "weekly"
169169
allow:
@@ -269,7 +269,7 @@ updates:
269269
# Dockerfiles in tooling/docker/, and database services we use for examples (MySQL and PostgreSQL)
270270
- package-ecosystem: "docker"
271271
directory: "/tooling/docker"
272-
target-branch: "main"
272+
target-branch: "2.4"
273273
schedule:
274274
interval: "weekly"
275275
allow:

0 commit comments

Comments
 (0)