Skip to content

Commit dfcbe0f

Browse files
committed
ci(dependabot): Update dependabot [skip ci]
1 parent b8b6492 commit dfcbe0f

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
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+
16
version: 2
27
updates:
3-
- package-ecosystem: github-actions
8+
- package-ecosystem: "github-actions"
49
labels: []
5-
directory: /
6-
target-branch: dev
10+
directory: "/"
11+
target-branch: "dev"
712
schedule:
8-
interval: daily
9-
timezone: Asia/Jakarta
13+
interval: "daily"
14+
timezone: "Asia/Jakarta"
1015

11-
- package-ecosystem: gradle
16+
- package-ecosystem: "gradle"
1217
labels: []
13-
directory: /
14-
target-branch: dev
18+
directory: "/"
19+
target-branch: "dev"
1520
schedule:
16-
interval: daily
17-
timezone: Asia/Jakarta
21+
interval: "daily"
22+
timezone: "Asia/Jakarta"
1823

19-
- package-ecosystem: gomod
24+
- package-ecosystem: "gomod"
2025
labels: []
21-
directory: /AndroidLibXrayLite
22-
target-branch: dev
26+
directory: "/"
27+
target-branch: "dev"
2328
schedule:
24-
interval: daily
25-
timezone: Asia/Jakarta
29+
interval: "daily"
30+
timezone: "Asia/Jakarta"

0 commit comments

Comments
 (0)