diff --git a/.github/workflows/auto-close-community-prs.yml b/.github/workflows/auto-close-community-prs.yml index 61184433ebc..7347f2de1a2 100644 --- a/.github/workflows/auto-close-community-prs.yml +++ b/.github/workflows/auto-close-community-prs.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read pull-requests: write - if: github.event.pull_request.user.login != 'team-tf-cdk' && !contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR", "CONTRIBUTOR"]'), github.event.pull_request.author_association) + if: github.event.pull_request.user.login != 'team-tf-cdk' && github.actor != 'dependabot[bot]' && !contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR", "CONTRIBUTOR"]'), github.event.pull_request.author_association) steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 diff --git a/yarn.lock b/yarn.lock index 587bc84b93b..f6786870853 100644 --- a/yarn.lock +++ b/yarn.lock @@ -233,9 +233,9 @@ glob "10.4.5" "@cdktf/provider-project@^0.6.0": - version "0.6.26" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.26.tgz#2866a2ed8283b9850e0eeebaf137788ec924bedb" - integrity sha512-Lsw9SN0aVkxym5mDQaU1j+O0+6IjZmnvh5XJILem7/hdNp4geIcl/mMemZi0ENdVZkHSjgnTviGFzie7w78jaQ== + version "0.6.27" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.27.tgz#e9515473fbeac7487088a7f5a1998cbb0b7dda96" + integrity sha512-QOQWrrbGi/rmiUbklZs8GO3N9ELIRK8p89gfjM4Ka3ofABiUOyojwnvY12qArJ4FBhff2G567dYhXWpL4p+Xuw== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"