Skip to content

Commit 1849464

Browse files
authored
Merge pull request #70 from PHPCSStandards/feature/dependabot-every-two-weeks
Dependabot/gh-actions: move to bi-weekly schedule
2 parents 90fa103 + c05c376 commit 1849464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "cron"
12+
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
1213
open-pull-requests-limit: 5
1314
commit-message:
1415
prefix: "GH Actions:"

0 commit comments

Comments
 (0)