diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d7420dc..df0515ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,9 @@ updates: directory: "/" schedule: interval: "weekly" + + # Maintain dependencies for pnpm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file