We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9e8db6 + 2d73f74 commit 2251cbbCopy full SHA for 2251cbb
1 file changed
.github/dependabot.yaml
@@ -6,9 +6,21 @@ updates:
6
schedule:
7
interval: "cron"
8
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
9
+ cooldown:
10
+ default-days: 14
11
12
- package-ecosystem: "github-actions"
13
directory: "/"
14
15
16
17
18
19
+
20
+ - package-ecosystem: "npm"
21
+ directory: "/crates/string-offsets/js"
22
+ schedule:
23
+ interval: "cron"
24
+ cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
25
26
0 commit comments