Skip to content

Commit 354fb6a

Browse files
Merge pull request #69 from treasure-data/td-actions-bot/auto-mergeable/bump-templated-files
Bump templated files
2 parents 44b3b17 + 2d05f7c commit 354fb6a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This file is managed by the templated-files-bot. Changes should be made at the following repository.
2+
# https://github.com/treasure-data/dependency-bots
3+
#
4+
# For further details about reusable workflows executed by this workflow, see the following repository.
5+
# https://github.com/treasure-data/backend-github-workflows
6+
7+
name: Dependency Review
8+
9+
on:
10+
push:
11+
branches: ['main', 'master']
12+
pull_request:
13+
branches: ['main', 'master']
14+
15+
jobs:
16+
dependency-review:
17+
uses: treasure-data/backend-github-workflows/.github/workflows/call-dependency-review.yml@main
18+
with:
19+
working-directory: .
20+
secrets: inherit

0 commit comments

Comments
 (0)