diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c4e9a0f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default reviewer(s) +* @davidlday diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d6a183..9e80fe8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,6 @@ updates: time: "17:00" timezone: America/New_York open-pull-requests-limit: 10 - reviewers: - - davidlday - package-ecosystem: "github-actions" directory: "/" schedule: @@ -23,5 +21,3 @@ updates: commit-message: prefix: "ci" include: scope - reviewers: - - davidlday