dependabot.yaml: drop 3.11.x, add 3.13.x and 4.0.x
(cherry picked from commit 4f4e62cf1a)
This commit is contained in:
parent
c10364af6e
commit
464948b4e5
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue