Skip to content

Commit e5768f3

Browse files
authored
Update dependabot.yml
1 parent eb75219 commit e5768f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ updates:
77
- package-ecosystem: "npm"
88
directory: "/"
99
schedule:
10-
interval: "daily"
10+
interval: "weekly"
11+
day: "monday"
12+
time: "08:00"
13+
timezone: "Etc/GMT"
1114
# Raise all npm pull requests with custom labels
1215
labels:
1316
- "workflow"
1417
commit-message:
1518
- "Workflow/dependency update"
19+
milestone:
20+
- "3.0.0"
21+

0 commit comments

Comments
 (0)