From 8dd7ab8cfd9453ccb4effd1a3b1503591a8a60ba Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Mon, 8 Dec 2025 10:15:35 -0800 Subject: [PATCH] Revert "[dependabot npm disable] Temporarily disable npm version updates" --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36d7499..b27753b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,17 @@ version: 2 + multi-ecosystem-groups: repo-dependencies: schedule: interval: "monthly" + updates: - package-ecosystem: "github-actions" directory: "/" patterns: ["*"] multi-ecosystem-group: "repo-dependencies" + - package-ecosystem: "npm" directory: "/" patterns: ["*"] multi-ecosystem-group: "repo-dependencies" - open-pull-requests-limit: 0