diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae99e2a9a0..60b3b90f23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -92,6 +92,24 @@ updates: interval: "weekly" security-updates-only: true + - package-ecosystem: "npm" + directory: "/packages/js" + schedule: + interval: "weekly" + security-updates-only: true + + - package-ecosystem: "npm" + directory: "/packages/react-native" + schedule: + interval: "weekly" + security-updates-only: true + + - package-ecosystem: "npm" + directory: "/packages/vite-plugins" + schedule: + interval: "weekly" + security-updates-only: true + - package-ecosystem: "github-actions" directory: "/" schedule: