2023-09-27 11:54:19 +02:00
|
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
|
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
|
|
|
|
|
|
|
|
|
# We currently do not have any specific code owners
|
|
|
|
|
# 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
|
2025-09-23 15:02:41 -03:00
|
|
|
* @opentofu/maintainers
|
2025-10-01 04:28:33 -03:00
|
|
|
|
|
|
|
|
# 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
|