Skip to content

Commit 6f90c3b

Browse files
Fix uv package name
1 parent 6ad89fe commit 6f90c3b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.renovaterc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,14 @@
7373
{
7474
"groupName": "gha",
7575
"matchManagers": ["github-actions"],
76-
"excludePackageNames": ["astral-sh/uv"]
7776
},
7877
{
7978
"groupName": "dev package",
8079
"matchFileNames": ["[^|/]packages/_dev/pyproject.toml[^/]*$"]
8180
},
8281
{
8382
"groupName": "uv",
84-
"matchPackageNames": ["astral-sh/uv"]
83+
"matchPackageNames": ["astral-sh/setup-uv"]
8584
},
8685
{
8786
"groupName": "ruff",

template/.renovaterc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,14 @@
6767
{
6868
"groupName": "gha",
6969
"matchManagers": ["github-actions"],
70-
"excludePackageNames": ["astral-sh/uv"]
7170
},
7271
{
7372
"groupName": "dev package",
7473
"matchFileNames": ["[^|/]packages/_dev/pyproject.toml[^/]*$"]
7574
},
7675
{
7776
"groupName": "uv",
78-
"matchPackageNames": ["astral-sh/uv"]
77+
"matchPackageNames": ["astral-sh/setup-uv"]
7978
},
8079
{
8180
"groupName": "ruff",

0 commit comments

Comments
 (0)