Skip to content

Commit

Permalink
chore: Add Dependabot configuration for npm and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mziyut committed Aug 11, 2024
1 parent e01e134 commit 5e8a62b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
time: '19:00'
timezone: 'Asia/Tokyo'
assignees:
- 'mziyut'
- package-ecosystem: 'npm'
directory: '/example'
schedule:
interval: 'daily'
time: '19:00'
timezone: 'Asia/Tokyo'
assignees:
- 'mziyut'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '19:00'
timezone: 'Asia/Tokyo'
assignees:
- 'mziyut'

0 comments on commit 5e8a62b

Please sign in to comment.