From 2d05f7cba1103eeb83f741f11a92920d69122812 Mon Sep 17 00:00:00 2001 From: swapnil-bhasale-td <135048791+swapnil-bhasale-td@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:10:25 +0000 Subject: [PATCH] PLT-18405: bump templated files --- .github/workflows/dependency-review.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/dependency-review.yml diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml new file mode 100644 index 0000000..663ea9a --- /dev/null +++ b/.github/workflows/dependency-review.yml @@ -0,0 +1,20 @@ +# This file is managed by the templated-files-bot. Changes should be made at the following repository. +# https://github.com/treasure-data/dependency-bots +# +# For further details about reusable workflows executed by this workflow, see the following repository. +# https://github.com/treasure-data/backend-github-workflows + +name: Dependency Review + +on: + push: + branches: ['main', 'master'] + pull_request: + branches: ['main', 'master'] + +jobs: + dependency-review: + uses: treasure-data/backend-github-workflows/.github/workflows/call-dependency-review.yml@main + with: + working-directory: . + secrets: inherit