Skip to content

Commit 6c3b385

Browse files
authored
chore: update Dependabot configuration (#247)
* chore(dependabot): update `npm` dependency check schedule to daily at 11:00
1 parent 879590c commit 6c3b385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ updates:
1919
- package-ecosystem: 'npm'
2020
directory: '/'
2121
schedule:
22-
interval: weekly
23-
day: tuesday
22+
interval: daily
23+
time: '11:00'
2424
commit-message:
2525
include: scope
2626
prefix: 'fix'

0 commit comments

Comments
 (0)