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 b459efd commit e9ce978Copy full SHA for e9ce978
.github/dependabot.yml
@@ -2,9 +2,24 @@ version: 2
2
updates:
3
- package-ecosystem: "maven"
4
directory: "/"
5
+ target-branch: "master"
6
schedule:
7
interval: "daily"
8
+
9
+ - package-ecosystem: "maven"
10
+ directory: "/"
11
+ target-branch: "3.x"
12
+ schedule:
13
+ interval: "daily"
14
15
+ - package-ecosystem: "github-actions"
16
17
18
19
20
21
- package-ecosystem: "github-actions"
22
23
24
25
0 commit comments