Skip to content

Commit

Permalink
chore: dependabotの導入 (#DTB-2082) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-se committed Apr 26, 2024
1 parent 6c3d3ec commit 987745c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore(gha)"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore(devcontainers)"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore(deps)"
prefix-development: "chore(dev-deps)"
groups:
dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"

0 comments on commit 987745c

Please sign in to comment.