File tree Expand file tree Collapse file tree 3 files changed +3779
-0
lines changed Expand file tree Collapse file tree 3 files changed +3779
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # # we do not want automatic PRs with dependency updates and dependency resolution for uv
4+ # # does not fully work
5+ # - package-ecosystem: uv
6+ # directory: "/"
7+ # schedule:
8+ # interval: daily
9+
10+ # use requirements.txt in tools/dependabot_lock synced with lockfile
11+ - package-ecosystem : pip
12+ directory : " tools/dependabot_lock"
13+ schedule :
14+ interval : daily
15+ # don't do PRs
16+ open-pull-requests-limit : 0
Original file line number Diff line number Diff line change 1111
1212dev :
1313 uv sync --reinstall-package dlt --upgrade-package dlt
14+ # export lockfile in widely recognized format
15+ uv export --format requirements-txt --all-extras --all-groups --no-editable --locked -q --output-file tools/dependabot_lock/requirements.txt
1416
1517lint-dlt-init :
1618 uv run ./check-requirements.py
You can’t perform that action at this time.
0 commit comments