File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ name: Update dependencies (round 2)
7
7
8
8
on :
9
9
schedule :
10
- # At 15:00 UTC every day.
10
+ # At 00:15 UTC every day.
11
+ # Set 15 min apart from round 1 to allow enough time for any changes to propagate.
11
12
- cron : ' 15 00 * * *'
12
13
repository_dispatch :
13
14
types : update-dependencies
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: Update dependencies (round 3)
8
8
on :
9
9
schedule :
10
10
# At 00:30 UTC every day.
11
- # Set 30 min apart from round 1 to allow enough time for any changes to propagate.
11
+ # Set 30 min apart from round 2 to allow enough time for any changes to propagate.
12
12
- cron : ' 30 00 * * *'
13
13
repository_dispatch :
14
14
types : update-dependencies
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ name: Update dependencies (round 4)
8
8
9
9
on :
10
10
schedule :
11
- # At 02:00 UTC every day.
12
- # Set 2 hours apart from round 2 to allow enough time for any changes to propagate.
13
- - cron : ' 00 02 * * *'
11
+ # At 02:30 UTC every day.
12
+ # Set 2 hours apart from round 3 to allow enough time for any changes to propagate.
13
+ - cron : ' 30 02 * * *'
14
14
repository_dispatch :
15
15
types : update-dependencies
16
16
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments