2024-05-12 11:54:14 +02:00
|
|
|
# https://issuetracker.revi.xyz/u/dependabot
|
|
|
|
# for documentation link
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
2024-06-08 09:36:22 +02:00
|
|
|
- package-ecosystem: 'github-actions'
|
2024-05-12 11:54:14 +02:00
|
|
|
assignees:
|
2024-06-08 09:36:22 +02:00
|
|
|
- 'revi'
|
2024-05-12 11:54:14 +02:00
|
|
|
# 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-06-08 09:36:22 +02:00
|
|
|
directory: '/'
|
2024-05-12 11:54:14 +02:00
|
|
|
schedule:
|
2024-06-08 09:36:22 +02:00
|
|
|
interval: 'weekly'
|
|
|
|
day: 'tuesday'
|
|
|
|
time: '10:00'
|
|
|
|
timezone: 'Asia/Seoul'
|
|
|
|
target-branch: 'master'
|
2024-05-12 11:54:14 +02:00
|
|
|
|
|
|
|
# Maintain dependencies for `npm` @ rootdir
|
2024-06-08 09:36:22 +02:00
|
|
|
- package-ecosystem: 'npm'
|
2024-05-12 11:54:14 +02:00
|
|
|
assignees:
|
2024-06-08 09:36:22 +02:00
|
|
|
- 'revi'
|
|
|
|
# npm package dependencies in the location of `package.json`.
|
|
|
|
directory: '/'
|
2024-05-12 11:54:14 +02:00
|
|
|
schedule:
|
2024-06-08 09:36:22 +02:00
|
|
|
interval: 'weekly'
|
|
|
|
day: 'tuesday'
|
|
|
|
time: '10:00'
|
|
|
|
timezone: 'Asia/Seoul'
|
|
|
|
target-branch: 'master'
|