Skip to content

Commit dbad35c

Browse files
authored
chore: Add npm package ecosystem to dependabot configuration
1 parent b152305 commit dbad35c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
- package-ecosystem: "npm" # See documentation for possible values
13+
directory: "/src-js-bundle/shiki" # Location of package manifests
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)