Update CODEOWNERS to assign Dependabot issues

Signed-off-by: Diógenes Fernandes <diofeher@gmail.com>
This commit is contained in:
Diógenes Fernandes 2025-09-30 18:45:06 -03:00 committed by GitHub
parent 58cf7f7458
commit 632dd65692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,3 +5,9 @@
# 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. 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