Skip to content

Commit

Permalink
Fix uv package name
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 21, 2024
1 parent 6ad89fe commit 6f90c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,14 @@
{
"groupName": "gha",
"matchManagers": ["github-actions"],
"excludePackageNames": ["astral-sh/uv"]
},
{
"groupName": "dev package",
"matchFileNames": ["[^|/]packages/_dev/pyproject.toml[^/]*$"]
},
{
"groupName": "uv",
"matchPackageNames": ["astral-sh/uv"]
"matchPackageNames": ["astral-sh/setup-uv"]
},
{
"groupName": "ruff",
Expand Down
3 changes: 1 addition & 2 deletions template/.renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,14 @@
{
"groupName": "gha",
"matchManagers": ["github-actions"],
"excludePackageNames": ["astral-sh/uv"]
},
{
"groupName": "dev package",
"matchFileNames": ["[^|/]packages/_dev/pyproject.toml[^/]*$"]
},
{
"groupName": "uv",
"matchPackageNames": ["astral-sh/uv"]
"matchPackageNames": ["astral-sh/setup-uv"]
},
{
"groupName": "ruff",
Expand Down

0 comments on commit 6f90c3b

Please sign in to comment.