Skip to content

Commit 95cd213

Browse files
authored
Merge pull request #166 from per1234/daily-dependabot
Configure Dependabot to check for updates daily
2 parents 81a1348 + 0961097 commit 95cd213

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ updates:
1111
- per1234
1212
open-pull-requests-limit: 100
1313
schedule:
14-
interval: daily
14+
cronjob: 0 12 * * *
15+
interval: cron
1516
labels:
1617
- "topic: infrastructure"
1718

1819
- package-ecosystem: npm
1920
directory: /
2021
open-pull-requests-limit: 100
2122
schedule:
22-
interval: daily
23+
cronjob: 0 14 * * *
24+
interval: cron
2325
labels:
2426
- "topic: infrastructure"
2527
assignees:
@@ -29,7 +31,8 @@ updates:
2931
directory: /
3032
open-pull-requests-limit: 100
3133
schedule:
32-
interval: daily
34+
cronjob: 0 15 * * *
35+
interval: cron
3336
labels:
3437
- "topic: infrastructure"
3538
assignees:

0 commit comments

Comments
 (0)