Add CODEOWNERS (#205159)

* add CODEOWNERS

* remove reviewer assignments from dependabot config
This commit is contained in:
David
2025-05-13 09:42:11 +02:00
committed by GitHub
parent 575801042e
commit e5d0437f5a
2 changed files with 11 additions and 6 deletions

11
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,11 @@
# Each line defines file patterns and the corresponding owners (preceded by '@')
.aglintrc.yaml @Alex-302 @scripthunter7 @slavaleleka
.github/workflows/* @Alex-302 @scripthunter7 @slavaleleka
.github/dependabot.yml @Alex-302 @scripthunter7 @slavaleleka
.husky/* @Alex-302 @scripthunter7 @slavaleleka
.markdownlint.json @Alex-302 @scripthunter7 @slavaleleka
.markdownlintignore @Alex-302 @scripthunter7 @slavaleleka
.vscode/* @Alex-302 @scripthunter7 @slavaleleka
package.json @Alex-302 @scripthunter7 @slavaleleka
yarn.lock @Alex-302 @scripthunter7 @slavaleleka

View File

@@ -7,15 +7,9 @@ updates:
schedule:
# No need to check for updates more often than once a month
interval: monthly
reviewers:
- Alex-302
- scripthunter7
# Maintain dependencies for NPM - typically AGLint updates
- package-ecosystem: npm
directory: /
schedule:
interval: daily
reviewers:
- Alex-302
- scripthunter7