Skip to content

Commit

Permalink
Merge pull request #10 from nanasess/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot.yml
nanasess authored Apr 5, 2024
2 parents 275ffe7 + aa12c60 commit 59546af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "all"

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

0 comments on commit 59546af

Please sign in to comment.