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 989f095 commit 02018ceCopy full SHA for 02018ce
.github/dependabot.yml
@@ -3,14 +3,14 @@ updates:
3
- package-ecosystem: "npm"
4
directory: "/"
5
schedule:
6
- interval: "daily"
+ interval: "cron"
7
+ # node -p 'require("crypto").createHash("md5").update("pymport").digest("buffer")[0] % 15'
8
+ cronjob: "0 5 3/15 * *"
9
open-pull-requests-limit: 1
10
groups:
- eslint:
11
+ npm:
12
patterns:
- - "*eslint*"
- cooldown:
13
- default-days: 15
+ - "*"
14
- package-ecosystem: "github-actions"
15
16
0 commit comments