dependabot.yaml: drop 3.11.x, add 3.13.x and 4.0.x

(cherry picked from commit 4f4e62cf1a)
This commit is contained in:
Michael Klishin 2024-07-11 22:11:52 -04:00
parent c10364af6e
commit 464948b4e5
1 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "v3.11.x"
target-branch: "v4.0.x"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "v3.13.x"
# Maintain dependencies for Java test projects
- package-ecosystem: "maven"
directory: "/deps/rabbitmq_mqtt/test/java_SUITE_data"