2024-06-17 05:51:51 +02:00
|
|
|
---
|
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:
|
2024-05-23 09:21:40 +02:00
|
|
|
# Maintain dependencies for Docker
|
2024-06-08 12:05:22 +02:00
|
|
|
- package-ecosystem: 'docker'
|
2024-05-23 09:21:40 +02:00
|
|
|
assignees:
|
2024-06-08 12:05:22 +02:00
|
|
|
- 'revi'
|
2024-05-23 09:21:40 +02:00
|
|
|
# Dockerfiles are stored in `container/lighthouse-ci-server/.
|
2024-06-08 12:05:22 +02:00
|
|
|
directory: 'container/lighthouse-ci-server'
|
2024-05-23 09:21:40 +02:00
|
|
|
schedule:
|
2024-06-08 12:05:22 +02:00
|
|
|
interval: 'weekly'
|
|
|
|
day: 'monday'
|
|
|
|
time: '10:00'
|
|
|
|
timezone: 'Asia/Seoul'
|
|
|
|
target-branch: 'master'
|
2024-05-23 09:21:40 +02:00
|
|
|
labels: []
|
2024-04-16 14:17:24 +02:00
|
|
|
# Maintain dependencies for GitHub Actions
|
2024-06-08 12:05:22 +02:00
|
|
|
- package-ecosystem: 'github-actions'
|
2024-05-04 10:22:21 +02:00
|
|
|
assignees:
|
2024-06-08 12:05:22 +02:00
|
|
|
- 'revi'
|
2024-05-04 10:22:21 +02:00
|
|
|
# Workflow files stored in the default location of `.github/workflows`.
|
2024-05-23 09:21:40 +02:00
|
|
|
# You don't need to specify `/.github/workflows` for `directory`.
|
|
|
|
# You can use `directory: "/"`.
|
2024-06-08 12:05:22 +02:00
|
|
|
directory: '/'
|
2024-04-16 14:17:24 +02:00
|
|
|
schedule:
|
2024-06-08 12:05:22 +02:00
|
|
|
interval: 'weekly'
|
|
|
|
day: 'monday'
|
|
|
|
time: '10:00'
|
|
|
|
timezone: 'Asia/Seoul'
|
|
|
|
target-branch: 'master'
|
2024-05-04 10:22:21 +02:00
|
|
|
# Maintain dependencies for NPM
|
2024-06-08 12:05:22 +02:00
|
|
|
- package-ecosystem: 'npm'
|
2024-05-04 10:22:21 +02:00
|
|
|
assignees:
|
2024-06-08 12:05:22 +02:00
|
|
|
- 'revi'
|
2024-05-04 10:22:21 +02:00
|
|
|
# npm packages are stored in the default location of `package.json`.
|
2024-06-08 12:05:22 +02:00
|
|
|
directory: '/'
|
2024-05-04 10:22:21 +02:00
|
|
|
schedule:
|
2024-06-08 12:05:22 +02:00
|
|
|
interval: 'weekly'
|
|
|
|
day: 'monday'
|
|
|
|
time: '10:00'
|
|
|
|
timezone: 'Asia/Seoul'
|
|
|
|
target-branch: 'master'
|