corso/.github/dependabot.yml
Dhruv Patel 0ba0d13a07
fix: tag corso maintainers properly (#1438)
## Description

* fix reference to `corso-maintainers` for dependabot reviewers 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [X] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Test Plan

<!-- How will this be tested prior to merging.-->
- [X] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-11-03 12:31:50 -04:00

44 lines
1.1 KiB
YAML

# See: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "alcionai/corso-maintainers"
open-pull-requests-limit: 50
rebase-strategy: "disabled"
# Maintain dependencies for npm - website
- package-ecosystem: "npm"
directory: "website/"
schedule:
interval: "daily"
reviewers:
- "alcionai/corso-maintainers"
open-pull-requests-limit: 50
rebase-strategy: "disabled"
# Maintain dependencies for npm - docs
- package-ecosystem: "npm"
directory: "docs/"
schedule:
interval: "daily"
reviewers:
- "alcionai/corso-maintainers"
open-pull-requests-limit: 50
rebase-strategy: "disabled"
# Maintain dependencies for go - src
- package-ecosystem: "gomod"
directory: "src/"
schedule:
interval: "daily"
reviewers:
- "alcionai/corso-maintainers"
open-pull-requests-limit: 50
rebase-strategy: "disabled"