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 705590e commit 9b984c1Copy full SHA for 9b984c1
1 file changed
.github/dependabot.yml
@@ -21,6 +21,21 @@ updates:
21
indirect-deps:
22
dependency-type: "indirect"
23
24
+
25
+ - package-ecosystem: "uv"
26
+ directory: "/"
27
+ schedule:
28
+ interval: "weekly"
29
+ day: "monday"
30
+ time: "08:00"
31
+ timezone: "Europe/Paris"
32
+ allow:
33
+ dependency-type: "indirect"
34
+ groups:
35
+ indirect-deps:
36
+ patterns: "*"
37
38
39
- package-ecosystem: "github-actions"
40
directory: "/"
41
schedule:
0 commit comments