From 2e797b182446aaa4f8e1a1e12568225d6ad2aa3b Mon Sep 17 00:00:00 2001 From: Tauno Talimaa Date: Mon, 19 Jan 2026 18:48:56 +0200 Subject: [PATCH] Revert "security: disable npm updates for now (#132) (#149)" This reverts commit ad41f267fd73e154c4d2b70cd14f093f1a445997. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 263fe57..97b874e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,13 @@ version: 2 updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + time: "16:00" + ignore: + - dependency-name: "@types/node" + update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" directory: "/" schedule: