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

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,
"matchUpdateTypes": ["digest", "pinDigest", "pin"],
"matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"]
},
{
"enabled": false,
"matchFileNames": [".python-version"],
"matchManagers": ["pyenv"],
"matchUpdateTypes": ["major", "minor"]
"matchFileNames": [".python-version"]
}
]
}