Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko authored Jul 27, 2022
1 parent 87e2693 commit 1705f85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ updates:
interval: "weekly"
allow:
- dependency-type: "all"

# GitHub アクションの依存関係を維持する
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# npm の依存関係を維持する
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 1705f85

Please sign in to comment.