Skip to content

Commit

Permalink
Create :dependabot.yml
Browse files Browse the repository at this point in the history
Add
  • Loading branch information
Takuya-Miyazaki authored Dec 30, 2024
1 parent 94cd870 commit cb4ce24
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 @@
# `dependabot.yml` file with
# customized schedule for version updates

version: 2
updates:
# Keep npm dependencies up to date
- package-ecosystem: "npm"
directory: "/"
# Check the npm registry every week on Tuesday at 02:00 Japan Standard Time (UTC +09:00)
schedule:
interval: "weekly"
day: "tuesday"
time: "10:00"
timezone: "Asia/Tokyo"

0 comments on commit cb4ce24

Please sign in to comment.