github-pages-deploy-action/.github/dependabot.yml

15 lines
301 B
YAML
Raw Normal View History

2020-10-02 20:42:11 +08:00
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '10:00'
open-pull-requests-limit: 10
2022-01-06 21:36:49 +08:00
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '10:00'
open-pull-requests-limit: 10