nvitop/.github/dependabot.yml
Xuehai Pan 9f99623d52 feat(.github): add DependaBot to bump GitHub Action versions
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2023-01-31 21:04:29 +08:00

11 lines
242 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "12:00"
timezone: "Asia/Shanghai"
commit-message:
prefix: "deps(workflows)"