mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +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
|
target-branch: master
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
reviewers:
|
|
||||||
- "pi-hole/docs-maintainers"
|
|
||||||
groups:
|
groups:
|
||||||
npm-dependencies:
|
npm-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
@@ -26,8 +24,6 @@ updates:
|
|||||||
allow:
|
allow:
|
||||||
- dependency-type: direct
|
- dependency-type: direct
|
||||||
- dependency-type: indirect
|
- dependency-type: indirect
|
||||||
reviewers:
|
|
||||||
- "pi-hole/docs-maintainers"
|
|
||||||
groups:
|
groups:
|
||||||
pip-dependencies:
|
pip-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
@@ -38,8 +34,6 @@ updates:
|
|||||||
interval: weekly
|
interval: weekly
|
||||||
day: saturday
|
day: saturday
|
||||||
time: "10:00"
|
time: "10:00"
|
||||||
reviewers:
|
|
||||||
- "pi-hole/docs-maintainers"
|
|
||||||
groups:
|
groups:
|
||||||
github_action-dependencies:
|
github_action-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
|
|||||||
Reference in New Issue
Block a user