From 565f983758702f30f825138449da56e6c82a9a45 Mon Sep 17 00:00:00 2001 From: Mattia Panzeri <1754457+panz3r@users.noreply.github.com> Date: Tue, 6 May 2025 22:44:20 +0200 Subject: [PATCH 1/2] chore: add CODEOWNERS file to define repository ownership --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS 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 From 01b120915fb9201b9d1292b22ec9ad39d3fba8b3 Mon Sep 17 00:00:00 2001 From: Mattia Panzeri <1754457+panz3r@users.noreply.github.com> Date: Tue, 6 May 2025 22:45:11 +0200 Subject: [PATCH 2/2] chore: update Dependabot configuration - remove deprecated `reviewers` field --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) 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"