Skip to content

Commit 78141cd

Browse files
authored
Merge pull request #273 from ProjectMapK/k163377-patch-2
Add GitHub Actions to dependabot's management target
2 parents f468cce + baabe3b commit 78141cd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@
66
version: 2
77

88
updates:
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
day: "friday"
14+
time: "19:00"
15+
timezone: "Asia/Tokyo"
916
- package-ecosystem: "gradle"
1017
directory: "/"
1118
schedule:
1219
interval: "weekly"
13-
# Friday 19:00 JST
14-
day: "saturday"
15-
time: "04:00"
20+
day: "friday"
21+
time: "19:00"
22+
timezone: "Asia/Tokyo"
1623
groups:
1724
dependencies:
1825
patterns:

0 commit comments

Comments
 (0)