Alejandra
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
12 additions and
3 deletions
-
.github/dependabot.yml
|
@ -7,8 +7,8 @@ updates: |
|
|
interval: daily |
|
|
interval: daily |
|
|
commit-message: |
|
|
commit-message: |
|
|
prefix: ⬆ |
|
|
prefix: ⬆ |
|
|
# Python |
|
|
# Python uv |
|
|
- package-ecosystem: pip |
|
|
- package-ecosystem: uv |
|
|
directory: / |
|
|
directory: / |
|
|
schedule: |
|
|
schedule: |
|
|
interval: daily |
|
|
interval: daily |
|
@ -16,13 +16,22 @@ updates: |
|
|
prefix: ⬆ |
|
|
prefix: ⬆ |
|
|
# npm |
|
|
# npm |
|
|
- package-ecosystem: npm |
|
|
- package-ecosystem: npm |
|
|
directory: / |
|
|
directory: /frontend |
|
|
schedule: |
|
|
schedule: |
|
|
interval: daily |
|
|
interval: daily |
|
|
commit-message: |
|
|
commit-message: |
|
|
prefix: ⬆ |
|
|
prefix: ⬆ |
|
|
# Docker |
|
|
# Docker |
|
|
- package-ecosystem: docker |
|
|
- package-ecosystem: docker |
|
|
|
|
|
directories: |
|
|
|
|
|
- /backend |
|
|
|
|
|
- /frontend |
|
|
|
|
|
schedule: |
|
|
|
|
|
interval: weekly |
|
|
|
|
|
commit-message: |
|
|
|
|
|
prefix: ⬆ |
|
|
|
|
|
# Docker Compose |
|
|
|
|
|
- package-ecosystem: docker-compose |
|
|
directory: / |
|
|
directory: / |
|
|
schedule: |
|
|
schedule: |
|
|
interval: weekly |
|
|
interval: weekly |
|
|