Skip to content

Commit

Permalink
add npm config for dependabot (labels and reviewers) (#16840)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Nov 20, 2023
1 parent d09b3a8 commit 1e7842b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1e7842b

Please sign in to comment.