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 a2bf5ef + d55e8d7 commit c542587Copy full SHA for c542587
.github/dependabot.yml
@@ -8,7 +8,8 @@ updates:
8
- package-ecosystem: "composer"
9
directory: "/"
10
schedule:
11
- interval: "weekly"
+ interval: "cron"
12
+ cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
13
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
14
versioning-strategy: widen
15
commit-message:
0 commit comments