chore(renovate): added uv to container
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@@ -12,6 +12,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install uv
|
||||||
|
uses: https://github.com/astral-sh/setup-uv@v6
|
||||||
|
with:
|
||||||
|
enable-cache: true
|
||||||
|
|
||||||
- name: Download external renovate config
|
- name: Download external renovate config
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/renovate-config
|
mkdir -p /tmp/renovate-config
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
"matchDatasources": ["python-version"],
|
"matchDatasources": ["python-version"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [".python-version"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["github-actions", "pre-commit"],
|
"matchManagers": ["github-actions", "pre-commit"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
Reference in New Issue
Block a user