diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55d2a832785e..723b0b026802 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ # Frontend code -/airbyte-webapp/ @airbytehq/frontend /airbyte-webapp-e2e-tests/ @airbytehq/frontend +/airbyte-webapp/ @airbytehq/frontend +## Exclude the package(-lock).json from code ownership to prevent version bump PRs from triggering codeowners review +/airbyte-webapp/package.json +/airbyte-webapp/package-lock.json