Skip to content

Commit 51aa9b0

Browse files
committed
Merge branch 'feature/dependabot-every-two-weeks' into 3.x
2 parents 720868e + 3e39a51 commit 51aa9b0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ updates:
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "weekly"
12+
interval: "cron"
13+
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
1314
target-branch: "3.x"
1415
open-pull-requests-limit: 5
1516
commit-message:
@@ -27,7 +28,8 @@ updates:
2728
- package-ecosystem: "github-actions"
2829
directory: "/"
2930
schedule:
30-
interval: "weekly"
31+
interval: "cron"
32+
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
3133
target-branch: "gh-pages"
3234
open-pull-requests-limit: 5
3335
commit-message:

0 commit comments

Comments
 (0)