Browse Source
⬆️ Update Dependabot configuration to target the backend directory for Python uv updates (#1577)
pull/13907/head
Alejandra
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/dependabot.yml
|
|
@ -9,7 +9,7 @@ updates: |
|
|
|
prefix: ⬆ |
|
|
|
# Python uv |
|
|
|
- package-ecosystem: uv |
|
|
|
directory: / |
|
|
|
directory: /backend |
|
|
|
schedule: |
|
|
|
interval: daily |
|
|
|
commit-message: |
|
|
|