From 006ed727246101e56a7ef15493f5dffa33cb7514 Mon Sep 17 00:00:00 2001 From: Andras Csizmadia Date: Thu, 7 Dec 2023 16:33:29 +0100 Subject: [PATCH] Create npm package update pull requests using dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5be2d26..ae942ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,11 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + groups: + npm: + patterns: + - "*"