Skip to content

Commit 7928306

Browse files
Torch3333claude
andcommitted
Schedule Dependabot updates for Monday at 1am JST
This change configures all Dependabot update checks (for both Gradle dependencies and GitHub Actions) to run weekly on Monday at 1:00 AM JST. This provides a consistent schedule aligned with the Japan timezone for all dependency update checks. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 796c3a7 commit 7928306

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
day: "monday"
13+
time: "01:00"
14+
timezone: "Asia/Tokyo"
1215
ignore:
1316
- dependency-name: "*"
1417
update-types: [ "version-update:semver-major" ]
@@ -24,6 +27,9 @@ updates:
2427
directory: "/"
2528
schedule:
2629
interval: "weekly"
30+
day: "monday"
31+
time: "01:00"
32+
timezone: "Asia/Tokyo"
2733

2834
- package-ecosystem: "github-actions"
2935
target-branch: "3"
@@ -34,6 +40,9 @@ updates:
3440
directory: "/"
3541
schedule:
3642
interval: "weekly"
43+
day: "monday"
44+
time: "01:00"
45+
timezone: "Asia/Tokyo"
3746

3847
- package-ecosystem: "github-actions"
3948
target-branch: "3.16"
@@ -44,6 +53,9 @@ updates:
4453
directory: "/"
4554
schedule:
4655
interval: "weekly"
56+
day: "monday"
57+
time: "01:00"
58+
timezone: "Asia/Tokyo"
4759

4860
- package-ecosystem: "github-actions"
4961
target-branch: "3.15"
@@ -54,6 +66,9 @@ updates:
5466
directory: "/"
5567
schedule:
5668
interval: "weekly"
69+
day: "monday"
70+
time: "01:00"
71+
timezone: "Asia/Tokyo"
5772

5873
- package-ecosystem: "github-actions"
5974
target-branch: "3.14"
@@ -64,6 +79,9 @@ updates:
6479
directory: "/"
6580
schedule:
6681
interval: "weekly"
82+
day: "monday"
83+
time: "01:00"
84+
timezone: "Asia/Tokyo"
6785

6886
- package-ecosystem: "github-actions"
6987
target-branch: "3.13"
@@ -74,3 +92,6 @@ updates:
7492
directory: "/"
7593
schedule:
7694
interval: "weekly"
95+
day: "monday"
96+
time: "01:00"
97+
timezone: "Asia/Tokyo"

0 commit comments

Comments
 (0)