Yongmin Hong
d45c16bde1
Summary: I probably want few more rules (ie. csslint) Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `arc lint` Reviewers: #acl_sudoers, #blessed_reviewers, revi Reviewed By: #acl_sudoers, #blessed_reviewers, revi Differential Revision: https://issuetracker.revi.xyz/D20
33 lines
893 B
YAML
33 lines
893 B
YAML
# https://issuetracker.revi.xyz/u/dependabot
|
|
# for documentation link
|
|
|
|
version: 2
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
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: "/"`.)
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
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"
|
|
labels: []
|