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
parent
commit
a4eebf0c0b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/dependabot.yml

2
.github/dependabot.yml

@ -9,7 +9,7 @@ updates:
prefix:
# Python uv
- package-ecosystem: uv
directory: /
directory: /backend
schedule:
interval: daily
commit-message:

Loading…
Cancel
Save