diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba00ea5..5f2cb61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: "weekly" commit-message: prefix: "deps(actions)" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + commit-message: "deps(node)" |
