Skip to content

Commit 2750c76

Browse files
authored
Schedule dependabot to run Monday 8am Mountain Time (#14)
- Add explicit schedule timing: Monday at 14:00 UTC (8am MT) - Ensures consistent weekly runs instead of varying based on manual triggers - Applied to all package ecosystems in the project
1 parent 16dd6d9 commit 2750c76

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ updates:
55
- "/functions/itsmhelper/"
66
schedule:
77
interval: "weekly"
8+
day: "monday"
9+
time: "14:00"
10+
timezone: "UTC"
811
- package-ecosystem: "github-actions"
912
directory: "/"
1013
schedule:
11-
interval: "weekly"
14+
interval: "weekly"
15+
day: "monday"
16+
time: "14:00"
17+
timezone: "UTC"

0 commit comments

Comments
 (0)