2024-05-04 10:22:21 +02:00
|
|
|
# https://issuetracker.revi.xyz/u/dependabot
|
2024-04-16 14:17:24 +02:00
|
|
|
# for documentation link
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
|
|
- package-ecosystem: "github-actions"
|
2024-05-04 10:22:21 +02:00
|
|
|
assignees:
|
|
|
|
- "revi"
|
|
|
|
# Workflow files stored in the default location of `.github/workflows`.
|
|
|
|
# (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
|
2024-04-16 14:17:24 +02:00
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2024-05-04 10:22:21 +02:00
|
|
|
day: "monday"
|
|
|
|
time: "10:00"
|
|
|
|
timezone: "Asia/Seoul"
|
|
|
|
target-branch: "master"
|
|
|
|
labels: []
|
|
|
|
# Maintain dependencies for NPM
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
assignees:
|
|
|
|
- "revi"
|
|
|
|
# npm packages are stored in the default location of `package.json`.
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
day: "monday"
|
|
|
|
time: "10:00"
|
|
|
|
timezone: "Asia/Seoul"
|
|
|
|
target-branch: "master"
|
2024-04-16 14:17:24 +02:00
|
|
|
labels: []
|