From 1e7842b0b0184df9c0b9a37a88aca29e8b6664b1 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 20 Nov 2023 13:41:32 -0500 Subject: [PATCH] add npm config for dependabot (labels and reviewers) (#16840) --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b50e3e9da04c..69dc39a42b8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,3 +39,20 @@ updates: reviewers: - "cmmarslender" - "altendky" + + - package-ecosystem: "npm" + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly" + day: "tuesday" + labels: + - "Changed" + target-branch: "main" + pull-request-branch-name: + # Separate sections of the branch name with a hyphen + # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` + separator: "-" + reviewers: + - "cmmarslender" + - "paninaro"