diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9a6d82..4c10060 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: schedule: # Check for updates to GitHub actions once a week interval: "weekly" + + - package-ecosystem: "npm" + directory: "/" + schedule: + # Check for updates to packages once a week + interval: "weekly"