chore(renovate): validate and fix renovate.json configuration
All checks were successful
Code check / Check code (push) Successful in 1m5s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-09-23 12:10:19 +05:00
parent e7eee85ed4
commit f088c01768

View File

@@ -20,7 +20,7 @@
}, },
{ {
"matchFileNames": [".python-version"], "matchFileNames": [".python-version"],
"enabled": false, "enabled": false
}, },
{ {
"matchManagers": ["poetry", "pyenv"], "matchManagers": ["poetry", "pyenv"],
@@ -41,6 +41,6 @@
"matchDatasources": ["github-runners", "python-version"], "matchDatasources": ["github-runners", "python-version"],
"enabled": false, "enabled": false,
"description": "Prevent Renovate from updating runs-on to unsupported ubuntu-24.04" "description": "Prevent Renovate from updating runs-on to unsupported ubuntu-24.04"
}, }
] ]
} }