add reviewers to be assigned for dependabot PRs (#16838)

This commit is contained in:
Kyle Altendorf 2023-11-15 10:15:20 -05:00 committed by GitHub
parent e986d1e3ee
commit e0d0edacfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ updates:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
reviewers:
- "emlowe"
- "altendky"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
@ -33,3 +36,6 @@ updates:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
reviewers:
- "cmmarslender"
- "altendky"