diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 215fc17e..b7cab3eb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" schedule: interval: "daily" + + # Enable version updates for npm + - package-ecosystem: "npm" + # Look for `package.json` and `lock` files in the `root` directory + directory: "/" + # Check the npm registry for updates every day (weekdays) + schedule: + interval: "daily"