diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..f7b24b0f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# the last match is the one that takes preference, so more general rules need to come first +# +# Note: this file primarily exists to ensure that PR's are tagged to review to a sensible audience, we +# deliberately allow review by any approved committer, not just the code owner. + +# to reduce renovate spam: just send these to the core team +/.github/workflows @IanKrieger + +.node-version @IanKrieger + +package*.json @IanKrieger + +