From fbf7cf874b5c887e305097b7498178f600304d1e Mon Sep 17 00:00:00 2001 From: Manish Madan Date: Fri, 7 Nov 2025 20:47:46 +0530 Subject: [PATCH] chore(dependabot): add react-widget npm dependency updates (#2146) --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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