Skip to content

Commit

Permalink
fix(renovate): handle uv/pep621 deps like poetry deps before
Browse files Browse the repository at this point in the history
regression in 4794813
  • Loading branch information
reitzig committed Jan 27, 2025
1 parent 7db2262 commit 49b23f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .config/mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tools]
python = "3.13"
uv = "0.5"
"aqua:astral-sh/uv" = "0.5.23"
# TODO: not used, global config wins out (PATH order)!

# TODO: migrate ../aqua.yaml here?
# If so, adapt Renovate config!
Expand Down
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
automergeType : "branch"
},
{
matchManagers : ["poetry", "github-actions"],
matchManagers : ["pep621", "github-actions"],
matchUpdateTypes : ["lockFileMaintenance", "digest", "patch", "minor"],
groupName : "dev dependencies (non-major)",
automerge : true,
Expand Down

0 comments on commit 49b23f7

Please sign in to comment.