Skip to content

Commit 4622ea4

Browse files
authored
HIDP-257 Schedule dependabot to run on specific day and time (#357)
2 parents 74fc5e4 + a61307e commit 4622ea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
- '/project'
88
schedule:
99
interval: 'weekly'
10+
day: 'monday'
11+
time: '08:00'
1012
versioning-strategy: increase-if-necessary
1113

1214
- package-ecosystem: 'github-actions'
@@ -15,3 +17,5 @@ updates:
1517
- '/.github/workflows'
1618
schedule:
1719
interval: 'weekly'
20+
day: 'monday'
21+
time: '08:00'

0 commit comments

Comments
 (0)