Skip to content

Commit 1193c4b

Browse files
authored
[CI] Adjust schedule for dependabot
- Run every Saturday for main branch - Run every Sunday for 1.0.x branch
1 parent 0376bf3 commit 1193c4b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
directory: /
66
schedule:
77
interval: weekly
8-
day: sunday
8+
day: saturday
99
ignore:
1010
- dependency-name: '*'
1111
update-types:
@@ -27,9 +27,8 @@ updates:
2727
target-branch: 1.0.x
2828
directory: /
2929
schedule:
30-
interval: daily
31-
time: '20:00'
32-
timezone: Etc/UTC
30+
interval: weekly
31+
day: sunday
3332
ignore:
3433
- dependency-name: '*'
3534
update-types:
@@ -52,7 +51,7 @@ updates:
5251
directory: /
5352
schedule:
5453
interval: weekly
55-
day: sunday
54+
day: saturday
5655
labels:
5756
- 'type: task'
5857
groups:
@@ -63,9 +62,8 @@ updates:
6362
target-branch: 1.0.x
6463
directory: /
6564
schedule:
66-
interval: daily
67-
time: '20:00'
68-
timezone: Etc/UTC
65+
interval: weekly
66+
day: sunday
6967
labels:
7068
- 'type: task'
7169
groups:

0 commit comments

Comments
 (0)