We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d752a + 51aa9b0 commit 9ea8d8fCopy full SHA for 9ea8d8f
1 file changed
.github/dependabot.yml
@@ -9,7 +9,8 @@ updates:
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
schedule:
12
- interval: "weekly"
+ interval: "cron"
13
+ cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
14
target-branch: "3.x"
15
open-pull-requests-limit: 5
16
commit-message:
@@ -27,7 +28,8 @@ updates:
27
28
29
30
31
32
33
target-branch: "gh-pages"
34
35
0 commit comments