Skip to content

Commit 404c48f

Browse files
committed
detect uv.lock
1 parent 4e4ab06 commit 404c48f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sniff.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ export default async function (dir: Path) {
116116
case "Taskfile.yml":
117117
pkgs.push({ project: "taskfile.dev", constraint });
118118
break;
119+
case "uv.lock":
120+
pkgs.push({ project: "astral.sh/uv", constraint });
121+
break;
119122
}
120123
} else if (isDirectory) {
121124
switch (name) {

0 commit comments

Comments
 (0)