Skip to content

Commit 183c43b

Browse files
authored
fix(dependabot): rename label uv to uv.lock (#100)
Label 'uv' did not exist in the repo, causing Dependabot to block itself from opening PRs. Rename to 'uv.lock' which is now created.
1 parent 6bf9f2e commit 183c43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ updates:
2626
labels:
2727
- "dependencies"
2828
- "python"
29-
- "uv"
29+
- "uv.lock"
3030
open-pull-requests-limit: 9
3131
schedule:
3232
interval: "monthly"

0 commit comments

Comments
 (0)