Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
matchFileNames: [".github/workflows/**"],
postUpgradeTasks: {
commands: [
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.19/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 7035608168e106375b36d0c818d537a889c51a8625fe7f8f7cad5e62b947c368 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.21/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 8c88519b0ef0af9801fcdee419bbb12116bd9e6b18e162ae093c932d8b264050 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
],
fileFilters: [".github/workflows/**"],
executionMode: "update",
Expand All @@ -73,7 +73,7 @@
matchFileNames: ["repomatic/tool_runner.py"],
postUpgradeTasks: {
commands: [
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.19/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 7035608168e106375b36d0c818d537a889c51a8625fe7f8f7cad5e62b947c368 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums --registry'",
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.21/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 8c88519b0ef0af9801fcdee419bbb12116bd9e6b18e162ae093c932d8b264050 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums --registry'",
],
fileFilters: ["repomatic/tool_runner.py"],
executionMode: "update",
Expand Down Expand Up @@ -204,7 +204,7 @@
customType: "regex",
managerFilePatterns: ["/renovate\\.json5$/"],
matchStrings: [
// Matches: uv/releases/download/0.11.19/
// Matches: uv/releases/download/0.11.21/
"uv/releases/download/(?<currentValue>[0-9.]+)/",
],
depNameTemplate: "astral-sh/uv",
Expand Down
4 changes: 2 additions & 2 deletions repomatic/data/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
matchFileNames: [".github/workflows/**"],
postUpgradeTasks: {
commands: [
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.19/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 7035608168e106375b36d0c818d537a889c51a8625fe7f8f7cad5e62b947c368 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.21/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 8c88519b0ef0af9801fcdee419bbb12116bd9e6b18e162ae093c932d8b264050 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
],
fileFilters: [".github/workflows/**"],
executionMode: "update",
Expand All @@ -72,7 +72,7 @@
matchFileNames: ["repomatic/tool_runner.py"],
postUpgradeTasks: {
commands: [
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.19/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 7035608168e106375b36d0c818d537a889c51a8625fe7f8f7cad5e62b947c368 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums --registry'",
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.11.21/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 8c88519b0ef0af9801fcdee419bbb12116bd9e6b18e162ae093c932d8b264050 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums --registry'",
],
fileFilters: ["repomatic/tool_runner.py"],
executionMode: "update",
Expand Down
Loading