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 authored Apr 26, 2024
1 parent 6c3d3ec commit 5b66cd3
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Asia/Tokyo"
assignees:
- "hi-se"
commit-message:
prefix: "chore(gha)"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Asia/Tokyo"
assignees:
- "hi-se"
commit-message:
prefix: "chore(devcontainers)"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Asia/Tokyo"
assignees:
- "hi-se"
commit-message:
prefix: "chore(deps)"
prefix-development: "chore(dev-deps)"
groups:
dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"

0 comments on commit 5b66cd3

Please sign in to comment.