Skip to content

Commit 5889f5b

Browse files
Copilotempeje
andauthored
chore: update all scheduled GitHub Actions to run every Monday at 12pm UTC
Agent-Logs-Url: https://github.com/empeje/bakul-mcp/sessions/139eac5c-ef50-432e-860e-641ff6259643 Co-authored-by: empeje <11813607+empeje@users.noreply.github.com>
1 parent 6bd7858 commit 5889f5b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
day: "monday"
9+
time: "12:00"
10+
timezone: "Etc/UTC"
811
open-pull-requests-limit: 10
912
groups:
1013
# Group all non-major updates
@@ -24,4 +27,7 @@ updates:
2427
directory: "/"
2528
schedule:
2629
interval: "weekly"
30+
day: "monday"
31+
time: "12:00"
32+
timezone: "Etc/UTC"
2733
open-pull-requests-limit: 5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master, develop ]
88
schedule:
9-
- cron: '0 9 * * 1' # Every Monday at 9 AM UTC
9+
- cron: '0 12 * * 1' # Every Monday at 12 PM UTC
1010

1111
jobs:
1212
type-check:

0 commit comments

Comments
 (0)