Skip to content

Commit b7958da

Browse files
committed
chore(actions): check composite actions
1 parent 327a645 commit b7958da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ updates:
4343
commit-message:
4444
prefix: "deps(github-actions)"
4545

46+
- package-ecosystem: "github-actions"
47+
directory: ".github/actions/java"
48+
schedule:
49+
interval: "daily"
50+
time: "09:00"
51+
timezone: "Asia/Tokyo"
52+
commit-message:
53+
prefix: "deps(github-actions)"
54+
4655
- package-ecosystem: "github-actions"
4756
directory: ".github/actions/npm"
4857
schedule:

0 commit comments

Comments
 (0)