Skip to content

Commit 82b9296

Browse files
committed
update dependabot schedule
1 parent 727b2cf commit 82b9296

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ updates:
99
# default location of `.github/workflows`
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "weekly"
13+
day: "friday"
14+
time: "18:00" #UTC
1315
commit-message:
1416
prefix: "Upgrade: [dependabot] - "
1517

@@ -19,7 +21,9 @@ updates:
1921
- package-ecosystem: "npm"
2022
directory: "/"
2123
schedule:
22-
interval: "daily"
24+
interval: "weekly"
25+
day: "friday"
26+
time: "18:00" #UTC
2327
versioning-strategy: increase
2428
open-pull-requests-limit: 20
2529
commit-message:
@@ -31,7 +35,9 @@ updates:
3135
- package-ecosystem: "pip"
3236
directory: "/"
3337
schedule:
34-
interval: "daily"
38+
interval: "weekly"
39+
day: "friday"
40+
time: "18:00" #UTC
3541
versioning-strategy: increase
3642
commit-message:
37-
prefix: "Upgrade: [dependabot] - "
43+
prefix: "Upgrade: [dependabot] - "

0 commit comments

Comments
 (0)