From a541d20516c74fb8640dd165086891c300bdf5af Mon Sep 17 00:00:00 2001 From: yubiuser Date: Tue, 18 Feb 2025 23:12:01 +0100 Subject: [PATCH] Add dependabot for npm Signed-off-by: yubiuser --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff4ebf1b6..fae40d962 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,20 @@ updates: github_action-dependencies: patterns: - "*" +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "10:00" + open-pull-requests-limit: 10 + target-branch: development + reviewers: + - "pi-hole/ftl-maintainers" + pull-request-branch-name: + # Separate sections of the branch name with a hyphen + separator: "-" + groups: + npm-dependencies: + patterns: + - "*"