Skip to content

Commit 02018ce

Browse files
committed
new updates schedule
1 parent 989f095 commit 02018ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "cron"
7+
# node -p 'require("crypto").createHash("md5").update("pymport").digest("buffer")[0] % 15'
8+
cronjob: "0 5 3/15 * *"
79
open-pull-requests-limit: 1
810
groups:
9-
eslint:
11+
npm:
1012
patterns:
11-
- "*eslint*"
12-
cooldown:
13-
default-days: 15
13+
- "*"
1414
- package-ecosystem: "github-actions"
1515
directory: "/"
1616
schedule:

0 commit comments

Comments
 (0)