We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10364a commit 464948bCopy full SHA for 464948b
.github/dependabot.yaml
@@ -10,7 +10,12 @@ updates:
10
directory: "/"
11
schedule:
12
interval: "daily"
13
- target-branch: "v3.11.x"
+ target-branch: "v4.0.x"
14
+ - package-ecosystem: "github-actions"
15
+ directory: "/"
16
+ schedule:
17
+ interval: "daily"
18
+ target-branch: "v3.13.x"
19
# Maintain dependencies for Java test projects
20
- package-ecosystem: "maven"
21
directory: "/deps/rabbitmq_mqtt/test/java_SUITE_data"
0 commit comments