-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub workflow
FukeKazki edited this page Aug 3, 2025
·
2 revisions
.github/dependabot.yml
を準備します。
version: 2
updates:
# ルートのpackage.jsonの更新設定
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
timezone: "Asia/Tokyo"
versioning-strategy: "auto"
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
groups:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]