exclude python from autoupdate

This commit is contained in:
Thephaseless 2024-11-30 12:58:02 +00:00
parent a3e494f50e
commit 89087f8b5e

View File

@ -5,6 +5,7 @@
"packageRules": [
{
"automerge": true,
"matchPackageNames": ["^(?!.*\bpython\b).*"],
"matchUpdateTypes": ["minor", "patch"]
}
],