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 43baf20 + 65eeaf4 commit eb17ea4Copy full SHA for eb17ea4
1 file changed
.github/dependabot.yml
@@ -8,7 +8,8 @@ updates:
8
- package-ecosystem: "github-actions"
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
14
commit-message:
15
prefix: "GH Actions:"
0 commit comments