Skip to content

Commit 9ea8d8f

Browse files
committed
Merge branch '3.x' into 4.x
2 parents b7d752a + 51aa9b0 commit 9ea8d8f

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)