Skip to content

Commit 20b1733

Browse files
gorzellCopilot
andcommitted
chore: add npm dependabot coverage
Cover the string-offsets JavaScript package so Dependabot can open security update PRs for npm alerts in crates/string-offsets/js/package-lock.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d9e8db6 commit 20b1733

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ updates:
1212
schedule:
1313
interval: "cron"
1414
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
15+
16+
- package-ecosystem: "npm"
17+
directory: "/crates/string-offsets/js"
18+
schedule:
19+
interval: "cron"
20+
cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC

0 commit comments

Comments
 (0)