Skip to content

Commit 8d04665

Browse files
authored
Schedule dependabot to run Monday 8am Mountain Time (#36)
- 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 1b82405 commit 8d04665

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ updates:
99
- "/functions/servicenow/"
1010
- "/functions/user-management/"
1111
schedule:
12-
interval: weekly
12+
interval: "weekly"
13+
day: "monday"
14+
time: "14:00"
15+
timezone: "UTC"
1316
- package-ecosystem: npm
1417
directory: "/ui/extensions/hello/"
1518
open-pull-requests-limit: 10
1619
schedule:
17-
interval: weekly
20+
interval: "weekly"
21+
day: "monday"
22+
time: "14:00"
23+
timezone: "UTC"
1824
groups:
1925
react:
2026
patterns:
@@ -23,4 +29,7 @@ updates:
2329
- package-ecosystem: github-actions
2430
directory: "/"
2531
schedule:
26-
interval: weekly
32+
interval: "weekly"
33+
day: "monday"
34+
time: "14:00"
35+
timezone: "UTC"

0 commit comments

Comments
 (0)