diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..cb4ca12 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4b75c4..7b06ef3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: @@ -28,5 +24,3 @@ updates: schedule: interval: weekly day: tuesday - reviewers: - - "panz3r"