Skip to content

Commit b8b34f7

Browse files
authored
Fix dependabot (#38)
* update dependabot job Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> * fix npm dependabot Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> --------- Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 66aa5b7 commit b8b34f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ updates:
2424
interval: "daily"
2525
time: "03:00"
2626
open-pull-requests-limit: 20
27+
ignore:
28+
# Build-time symlink to external Cargo checkout — not in the repo
29+
- dependency-name: "@hyperlight/js-host-api"

0 commit comments

Comments
 (0)