We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335e62f commit 1024bd7Copy full SHA for 1024bd7
.github/dependabot.yml
@@ -7,22 +7,31 @@ updates:
7
interval: daily
8
commit-message:
9
prefix: ⬆
10
- # Python
11
- - package-ecosystem: pip
+ # Python uv
+ - package-ecosystem: uv
12
directory: /
13
schedule:
14
15
16
17
# npm
18
- package-ecosystem: npm
19
- directory: /
+ directory: /frontend
20
21
22
23
24
# Docker
25
- package-ecosystem: docker
26
+ directories:
27
+ - /backend
28
+ - /frontend
29
+ schedule:
30
+ interval: weekly
31
+ commit-message:
32
+ prefix: ⬆
33
+ # Docker Compose
34
+ - package-ecosystem: docker-compose
35
36
37
interval: weekly
0 commit comments