Skip to content

Commit c542587

Browse files
authored
Merge pull request #212 from PHPCSStandards/feature/dependabot-every-two-weeks
Dependabot/gh-actions: move to bi-weekly schedule
2 parents a2bf5ef + d55e8d7 commit c542587

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: "composer"
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 # Set to 0 to (temporarily) disable.
1314
versioning-strategy: widen
1415
commit-message:

0 commit comments

Comments
 (0)