hexo/themes/volantis/.github/dependabot.yml

18 lines
403 B
YAML
Raw Permalink Normal View History

2025-02-08 03:18:24 +00:00
version: 2
updates:
# daily update for deps
- package-ecosystem: npm
directory: /
schedule:
interval: daily
time: '08:00'
timezone: Asia/Shanghai
open-pull-requests-limit: 50
# daily update for github actions
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: '08:00'
timezone: Asia/Shanghai