page_index/.github/dependabot.yml

17 lines
282 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
# Root npm package
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
timezone: "America/Sao_Paulo"
time: "12:00"
assignees:
- Sirherobrine23