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 7c906aa + 8395a68 commit c588e3dCopy full SHA for c588e3d
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
target-branch: "stable"
15
commit-message:
0 commit comments