diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a41a1f3e..97eab795 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,11 @@ updates: directory: "/frontend" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/extensions/react-widget" + schedule: + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "daily" \ No newline at end of file