mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 08:55:42 +02:00
dependabot: migrate reviewers to CODEOWNERS file (#16303)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
ff4124bd9e
commit
7f242d226e
2 changed files with 3 additions and 6 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -23,6 +23,9 @@
|
||||||
/.devcontainer/* @kbdharun @sebastiaanspeck
|
/.devcontainer/* @kbdharun @sebastiaanspeck
|
||||||
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
|
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
|
||||||
/scripts/* @sebastiaanspeck @kbdharun
|
/scripts/* @sebastiaanspeck @kbdharun
|
||||||
|
/package.json @kbdharun @sebastiaanspeck
|
||||||
|
/package-lock.json @kbdharun @sebastiaanspeck
|
||||||
|
/requirements.txt @kbdharun @sebastiaanspeck
|
||||||
|
|
||||||
/contributing-guides/maintainers-guide.md @sbrl @kbdharun
|
/contributing-guides/maintainers-guide.md @sbrl @kbdharun
|
||||||
/contributing-guides/style-guide.md @sbrl @kbdharun
|
/contributing-guides/style-guide.md @sbrl @kbdharun
|
||||||
|
|
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -14,17 +14,11 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
reviewers:
|
|
||||||
- "kbdharun"
|
|
||||||
- "sebastiaanspeck"
|
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
reviewers:
|
|
||||||
- "kbdharun"
|
|
||||||
- "sebastiaanspeck"
|
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/scripts/pdf"
|
directory: "/scripts/pdf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue