Skip to content

Commit 464948b

Browse files
dependabot.yaml: drop 3.11.x, add 3.13.x and 4.0.x
(cherry picked from commit 4f4e62c)
1 parent c10364a commit 464948b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "daily"
13-
target-branch: "v3.11.x"
13+
target-branch: "v4.0.x"
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "daily"
18+
target-branch: "v3.13.x"
1419
# Maintain dependencies for Java test projects
1520
- package-ecosystem: "maven"
1621
directory: "/deps/rabbitmq_mqtt/test/java_SUITE_data"

0 commit comments

Comments
 (0)