http/.github/dependabot.yml

10 lines
205 B
YAML
Raw Normal View History

2022-11-03 06:56:13 -04:00
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'