mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2026-01-07 04:44:19 +00:00
* deps: pip-compile to update dependencies * bump version * linting, linting, linting * typo
14 lines
318 B
YAML
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"
|