Dependabot: add docker dependencies
Summary: /shrug Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Wait for Monday for dependabot to trigger. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D135
This commit is contained in:
parent
5f921ddcf8
commit
eeae57a78e
1 changed files with 15 additions and 1 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
@ -4,12 +4,26 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
|
|
||||||
|
# Maintain dependencies for Docker
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
assignees:
|
||||||
|
- "revi"
|
||||||
|
# Dockerfiles are stored in `container/lighthouse-ci-server/.
|
||||||
|
directory: "container/lighthouse-ci-server"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "10:00"
|
||||||
|
timezone: "Asia/Seoul"
|
||||||
|
target-branch: "master"
|
||||||
|
labels: []
|
||||||
# Maintain dependencies for GitHub Actions
|
# Maintain dependencies for GitHub Actions
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
assignees:
|
assignees:
|
||||||
- "revi"
|
- "revi"
|
||||||
# Workflow files stored in the default location of `.github/workflows`.
|
# Workflow files stored in the default location of `.github/workflows`.
|
||||||
# (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
|
# You don't need to specify `/.github/workflows` for `directory`.
|
||||||
|
# You can use `directory: "/"`.
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
Loading…
Reference in a new issue