Skip to content

Commit a94350c

Browse files
authored
Merge pull request #2668 from WordPress/feature/dependabot-every-two-weeks
2 parents dcd2154 + 56ac2fc commit a94350c

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
@@ -8,8 +8,8 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
12-
time: "09:00"
11+
interval: "cron"
12+
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
1313
open-pull-requests-limit: 5
1414
commit-message:
1515
prefix: "GH Actions:"

0 commit comments

Comments
 (0)