### Chores - Update dependencies - Let dependabot update docker, github-actions and uv - Replace update uv.lock workflow with dependabot CI
9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
# Exclude everything
|
|
*
|
|
|
|
# Include required files only
|
|
!/src/
|
|
!pyproject.toml
|
|
!uv.lock
|
|
!LICENSE
|