File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
1
6
version : 2
2
7
updates :
3
- - package-ecosystem : github-actions
8
+ - package-ecosystem : " github-actions"
4
9
labels : []
5
- directory : /
6
- target-branch : dev
10
+ directory : " / "
11
+ target-branch : " dev"
7
12
schedule :
8
- interval : daily
9
- timezone : Asia/Jakarta
13
+ interval : " daily"
14
+ timezone : " Asia/Jakarta"
10
15
11
- - package-ecosystem : gradle
16
+ - package-ecosystem : " gradle"
12
17
labels : []
13
- directory : /
14
- target-branch : dev
18
+ directory : " / "
19
+ target-branch : " dev"
15
20
schedule :
16
- interval : daily
17
- timezone : Asia/Jakarta
21
+ interval : " daily"
22
+ timezone : " Asia/Jakarta"
18
23
19
- - package-ecosystem : gomod
24
+ - package-ecosystem : " gomod"
20
25
labels : []
21
- directory : /AndroidLibXrayLite
22
- target-branch : dev
26
+ directory : " / "
27
+ target-branch : " dev"
23
28
schedule :
24
- interval : daily
25
- timezone : Asia/Jakarta
29
+ interval : " daily"
30
+ timezone : " Asia/Jakarta"
You can’t perform that action at this time.
0 commit comments