From f8ce1009309c46afff91881ffb1f485b6a266afa Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 4 Jul 2025 03:14:27 +0100 Subject: [PATCH] Add dependabot for JS --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b6b252..4be2663 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,8 @@ updates: directories: ["**"] schedule: interval: "daily" + + - package-ecosystem: "npm" + directories: ["/reconcile-js"] + schedule: + interval: "daily"