unstructured/.github/dependabot.yml
Matt Robinson 782b4352ec
build(deps): weekly dependency update; reduce dependabot frequency (#194)
* deps: pip-compile to update dependencies

* bump version

* linting, linting, linting

* typo
2023-02-06 16:39:29 +00:00

14 lines
318 B
YAML

version: 2
updates:
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
# NOTE(robinson) - Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "monthly"