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.
1 parent cf2527f commit 2ebd535Copy full SHA for 2ebd535
1 file changed
.github/dependabot.yml
@@ -4,7 +4,9 @@ updates:
4
- package-ecosystem: npm
5
directory: "/"
6
schedule:
7
- interval: weekly
+ interval: cron
8
+ cronjob: "0 0 1 */2 *"
9
+ timezone: "Asia/Jakarta"
10
open-pull-requests-limit: 10
11
commit-message:
12
prefix: "build(deps)"
@@ -14,7 +16,9 @@ updates:
14
16
- package-ecosystem: github-actions
15
17
18
19
20
21
22
23
24
0 commit comments