Browse Source

meta(deps): Change CODEOWNERS for JS dependencies (#35225)

dependabot causes a lot of noise for `owners-js-build`, so lets separate it from `package.json`.
Billy Vong 2 years ago
parent
commit
88286bb912
2 changed files with 3 additions and 2 deletions
  1. 2 1
      .github/CODEOWNERS
  2. 1 1
      .github/dependabot.yml

+ 2 - 1
.github/CODEOWNERS

@@ -64,9 +64,10 @@ requirements*.txt   @getsentry/owners-python-build
 pyproject.toml      @getsentry/owners-python-build
 tsconfig.*          @getsentry/owners-js-build
 webpack.config.*    @getsentry/owners-js-build
-package.json        @getsentry/owners-js-build
 babel.config.*      @getsentry/owners-js-build
 build-utils/        @getsentry/owners-js-build
+package.json        @getsentry/owners-js-deps
+yarn.lock           @getsentry/owners-js-deps
 
 # Design
 /static/app/icons/    @getsentry/design

+ 1 - 1
.github/dependabot.yml

@@ -9,7 +9,7 @@ updates:
       timezone: America/Los_Angeles
       time: '15:30'
     reviewers:
-      - '@getsentry/owners-js-build'
+      - '@getsentry/owners-js-deps'
     ignore:
       # Babel updates all really should happen in unison, so let's keep these
       # ignored for now and manually handle it