Skip to content

Commit 8270a6d

Browse files
tamirdmystor
authored andcommitted
Use uv in dependabot config
This is a new feature that appeared after #141.
1 parent 2d48b2a commit 8270a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "monthly"
10-
- package-ecosystem: "pip"
10+
- package-ecosystem: "uv"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
1414
groups:
15-
pip-packages:
15+
python-packages:
1616
patterns:
1717
- "*"

0 commit comments

Comments
 (0)