From aec51555ec63cf14baf40c8b949ae7fc542cecc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Tue, 30 Sep 2025 18:46:47 -0300 Subject: [PATCH] Update CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diógenes Fernandes --- CODEOWNERS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index a627d45..117653c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,8 +6,7 @@ # Later on, we will start splitting up the responsibilities, and packages will be assigned more specific code owners * @opentofu/maintainers -# The last matching pattern takes the most -# precedence for CODEOWNERS. This user is responsible for taking care of the Dependabot issues: there's a false positive though, -# since we cannot match specific keys of the file and assign only when dependencies are being changed. For now, this should be -# good enough. -package.json @diofeher +# The last matching pattern takes the most precedence for CODEOWNERS. CODEOWNERS does not have fine-grained control so we will +# just match whole changes for these specific files, but @diofeher is responsible for taking care of the Dependabot updates +# in this repository. +package*.json @diofeher