Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @panz3r will be requested for review when someone
# opens a pull request.
* @panz3r

# Owners of the examples
/examples/* @panz3r

# Owners of the main library
/lib @panz3r
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ updates:
directory: "/"
schedule:
interval: monthly
reviewers:
- "panz3r"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
reviewers:
- "panz3r"

- package-ecosystem: "npm"
directories:
Expand All @@ -28,5 +24,3 @@ updates:
schedule:
interval: weekly
day: tuesday
reviewers:
- "panz3r"