fix(renovate): config syntax again
Some checks failed
Code and build check / Build with uv (push) Has been cancelled
Code and build check / Check code (push) Has been cancelled
renovate / renovate (push) Successful in 39s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-20 21:51:37 +05:00
parent 6eeb93f6ba
commit 016ba537be

View File

@ -3,9 +3,7 @@
"extends": [
"config:best-practices"
],
"rebaseWhen": "never",
"packageRules": [
{
"automerge": true,
@ -15,7 +13,7 @@
"enabled": false,
"matchUpdateTypes": ["digest", "pinDigest", "pin"],
"matchDepTypes": ["container"],
"matchFileNames": [".gitea/workflows/**.yaml", ".gitra/workflows/**.yml"],
},
"matchFileNames": [".gitea/workflows/**.yaml", ".gitra/workflows/**.yml"]
}
]
}