diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index fcc1653164..471cba19d1 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -45,10 +45,12 @@ merge: - "packages/language-service/**" - "**/.gitignore" - "**/.gitkeep" + - "**/package.json" - "**/tsconfig-build.json" - "**/tsconfig.json" - "**/rollup.config.js" - "**/BUILD.bazel" + - "packages/**/integrationtest/**" - "packages/**/test/**" # comment that will be added to a PR when there is a conflict, leave empty or set to false to disable