Skip to content

Commit

Permalink
Merge pull request #28 from treasure-data/td-actions-bot/auto-mergeab…
Browse files Browse the repository at this point in the history
…le/bump-templated-files

Bump templated files
  • Loading branch information
swapnil-bhasale-td committed Feb 13, 2024
2 parents bf9eaef + 8c7595d commit fb4171c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fb4171c

Please sign in to comment.