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"