🔧 Update Dependabot config (#1576)
This commit is contained in:
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user