From ea3dbef366edba7ec4601f54bdb6f79fbec73ed7 Mon Sep 17 00:00:00 2001 From: James Reeve Date: Thu, 21 Mar 2024 10:39:39 -0400 Subject: [PATCH] chore: add CODEOWNERS --- CODEOWNERS | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..7756c167 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,35 @@ +* @ibm-skills-network/portals +#### Organization Synced Configuration Below #### +# If you want to add to the below, please do so in the security-compliance-automation repo and sync the file to every repo + +# Dependency Resolution and Supported Package Manager Files +# Reference: https://docs.mend.io/bundle/wsk/page/dependency_resolution_and_supported_package_manager_files.html + +# Python +requirements.txt +pipfile.toml +pipfile.lock +pyproject.toml +poetry.lock +setup.py +setup.cfg +environment.yml + +# JavaScript +package.json +package-lock.json +yarn.lock +pnpm-lock.yaml + +# Go +go.mod +go.sum + +# Ruby +Gemfile +Gemfile.lock + +# Elixer, Erlang +mix.exs +mix.lock +rebar.config