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 c66843f commit fc9f822Copy full SHA for fc9f822
.github/dependabot.yml
@@ -5,12 +5,17 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "maven" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "maven"
+ directory: "/"
10
schedule:
11
interval: "daily"
12
13
+ target-branch: release/4.0
14
15
+ schedule:
16
+ interval: "daily"
17
18
target-branch: release/3.4
19
20
21
0 commit comments