Files
omnivore/.github/dependabot.yml
Jackson Harper 55895ca334 Fixes for dependabot config
This requires a schedule interval and should use `npm` instead
of yarn.
2022-02-12 10:00:20 -08:00

8 lines
155 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "production"