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