From 4d150b4c2846f28c8747405035bb71135e22a89a Mon Sep 17 00:00:00 2001 From: aldbr Date: Mon, 26 Aug 2024 13:45:13 +0200 Subject: [PATCH] build(ci): align dependabot with the new structure --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3779e0f..813e17f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/packages/extensions" + schedule: + interval: "weekly"