Skip to content

Commit ffbed0f

Browse files
authored
Add dependabot configuration for uv package ecosystem (#503)
* Add dependabot configuration for uv package ecosystem
1 parent 30af8e5 commit ffbed0f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@ updates:
3232
- "*"
3333
cooldown:
3434
default-days: 7
35+
36+
- package-ecosystem: "uv"
37+
directory: "/"
38+
schedule:
39+
interval: "weekly"
40+
groups:
41+
uv-dependencies:
42+
patterns:
43+
- "*"
44+
cooldown:
45+
default-days: 7

0 commit comments

Comments
 (0)