From b7a2b1b491c9baafec35c59a0778da7965798134 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 27 Jun 2025 22:39:28 +0200 Subject: [PATCH] chore: add CODEOWNERS file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 9 --------- CODEOWNERS | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) create mode 100644 CODEOWNERS diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a03f4e539..b0ddc1b21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,6 @@ updates: interval: 'daily' labels: - 'github-actions' - reviewers: - - 'pioardi' - - 'jerome-benoit' - package-ecosystem: 'npm' directory: '/' schedule: @@ -39,9 +36,6 @@ updates: - '@commitlint/*' labels: - 'dependencies' - reviewers: - - 'pioardi' - - 'jerome-benoit' versioning-strategy: increase - package-ecosystem: 'npm' directories: @@ -61,7 +55,4 @@ updates: labels: - 'dependencies' - 'examples' - reviewers: - - 'pioardi' - - 'jerome-benoit' versioning-strategy: increase diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..56c3c0e7f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @jerome-benoit @pioardi -- 2.43.0