fix(renovate): disable workflow and python version update
All checks were successful
Code and build check / Check code (push) Successful in 1m37s
Code and build check / Build with uv (push) Successful in 57s
renovate / renovate (push) Successful in 24s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-20 23:01:00 +05:00
parent 05693514aa
commit b82080600f

View File

@ -16,14 +16,11 @@
}, },
{ {
"enabled": false, "enabled": false,
"matchUpdateTypes": ["digest", "pinDigest", "pin"],
"matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"] "matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"]
}, },
{ {
"enabled": false, "enabled": false,
"matchFileNames": [".python-version"], "matchFileNames": [".python-version"]
"matchManagers": ["pyenv"],
"matchUpdateTypes": ["major", "minor"]
} }
] ]
} }