From 5a7ce099f49399466ed83104e87359bb50fa29c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Wed, 1 Oct 2025 04:28:33 -0300 Subject: [PATCH] Update CODEOWNERS to assign Dependabot issues (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diógenes Fernandes --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 35f80e6..117653c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,3 +5,8 @@ # In the future, we will have a Github team of global code owners of the entire package # 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. 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