Skip to content

Commit 2251cbb

Browse files
authored
Merge pull request #127 from github/gorzell/adjust-dependabot-coverage
chore: add npm dependabot coverage
2 parents d9e8db6 + 2d73f74 commit 2251cbb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,21 @@ updates:
66
schedule:
77
interval: "cron"
88
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
9+
cooldown:
10+
default-days: 14
911

1012
- package-ecosystem: "github-actions"
1113
directory: "/"
1214
schedule:
1315
interval: "cron"
1416
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
17+
cooldown:
18+
default-days: 14
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+
cooldown:
26+
default-days: 14

0 commit comments

Comments
 (0)