dots/.github/dependabot.yml
Yongmin Hong 7b5aed5b48
meta: Add arclint and supporting files
Summary:
Mostly lint and CIs

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Is there one?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D78
2024-05-12 18:58:04 +09:00

33 lines
883 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"
# Maintain dependencies for `npm` @ rootdir
- package-ecosystem: "npm"
assignees:
- "revi"
# npm package dependencies in the location of `go-revi-xyz/package.json`.
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "10:00"
timezone: "Asia/Seoul"
target-branch: "master"