Browse Source

🔧 Update Dependabot config (#1576)

pull/13907/head
Alejandra 3 months ago
committed by GitHub
parent
commit
1024bd7829
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 15
      .github/dependabot.yml

15
.github/dependabot.yml

@ -7,8 +7,8 @@ updates:
interval: daily
commit-message:
prefix:
# Python
- package-ecosystem: pip
# Python uv
- package-ecosystem: uv
directory: /
schedule:
interval: daily
@ -16,13 +16,22 @@ updates:
prefix:
# npm
- package-ecosystem: npm
directory: /
directory: /frontend
schedule:
interval: daily
commit-message:
prefix:
# Docker
- package-ecosystem: docker
directories:
- /backend
- /frontend
schedule:
interval: weekly
commit-message:
prefix:
# Docker Compose
- package-ecosystem: docker-compose
directory: /
schedule:
interval: weekly

Loading…
Cancel
Save