mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 11:18:37 +00:00
Merge pull request #1239 from pi-hole/codeowner
Use CODEOWNERS instead of deprecated dependbot/reviewers
This commit is contained in:
5
.github/CODEOWNERS
vendored
Normal file
5
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
|
||||
|
||||
# These owners will be the default owners for everything in
|
||||
# the repo. Unless a later match takes precedence,
|
||||
* @pi-hole/docs-maintainers
|
||||
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -9,8 +9,6 @@ updates:
|
||||
target-branch: master
|
||||
open-pull-requests-limit: 10
|
||||
versioning-strategy: increase
|
||||
reviewers:
|
||||
- "pi-hole/docs-maintainers"
|
||||
groups:
|
||||
npm-dependencies:
|
||||
patterns:
|
||||
@@ -26,8 +24,6 @@ updates:
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
- dependency-type: indirect
|
||||
reviewers:
|
||||
- "pi-hole/docs-maintainers"
|
||||
groups:
|
||||
pip-dependencies:
|
||||
patterns:
|
||||
@@ -38,8 +34,6 @@ updates:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "10:00"
|
||||
reviewers:
|
||||
- "pi-hole/docs-maintainers"
|
||||
groups:
|
||||
github_action-dependencies:
|
||||
patterns:
|
||||
|
||||
Reference in New Issue
Block a user