From cd0433dab6b94557d12607e87b4d1f4f95155738 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:38:36 +0100 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@a6d62ea (#1297) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/12636718065 --------- Signed-off-by: team-tf-cdk --- .github/workflows/auto-close-community-prs.yml | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-close-community-prs.yml b/.github/workflows/auto-close-community-prs.yml index 7032e85cc..da1da27bc 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 587bc84b9..f67868708 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"