Skip to content

Commit

Permalink
Merge pull request #6153 from nanasess/use-dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
dotani1111 authored Apr 22, 2024
2 parents 792d476 + fd1b2c8 commit 16d514f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
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 16d514f

Please sign in to comment.