From df498b9db8a1590cff3aaea079b31bdae25c0d5e Mon Sep 17 00:00:00 2001 From: James Reeve Date: Thu, 21 Mar 2024 10:30:25 -0400 Subject: [PATCH] chore: sync CODEOWNERS --- CODEOWNERS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index f091a1e..7ca8f8d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,39 @@ * @ibm-skills-network/full-time-developers docs/* + + +#### 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