Add reviewers for DB PRs automatically (#171579)

This commit is contained in:
David
2024-01-26 14:12:19 +01:00
committed by GitHub
parent 05e076d65b
commit 7411645424

View File

@@ -1,13 +1,21 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
# No need to check for updates more often than once a month
interval: monthly
reviewers:
- Alex-302
- scripthunter7
# Maintain dependencies for NPM
- package-ecosystem: "npm"
directory: "/"
# Maintain dependencies for NPM - typically AGLint updates
- package-ecosystem: npm
directory: /
schedule:
interval: "daily"
interval: daily
reviewers:
- Alex-302
- scripthunter7