fix(deps): lock file maintenance python dependencies #31

Closed
Renovate_bot wants to merge 3 commits from renovate/python-dependencies into main
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 5a2b85ec98 - Show all commits

View File

@@ -12,6 +12,11 @@ jobs:
steps:
- 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
run: |
mkdir -p /tmp/renovate-config

View File

@@ -14,6 +14,10 @@
"matchDatasources": ["python-version"],
"enabled": false
},
{
"matchFileNames": [".python-version"],
"enabled": false
},
{
"matchManagers": ["github-actions", "pre-commit"],
"enabled": false