ci: added renovate auto update bot

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-20 21:37:14 +05:00
parent e9e0bea854
commit 1a9228b76d
3 changed files with 47 additions and 0 deletions

18
renovate.json Normal file
View File

@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"rebaseWhen": "never",
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["pin", "pinDigest"]
},
{
"enabled": false,
"matchFileNames": [
".gitea/workflows/**.yml",
".gitea/workflows/**.yaml",
]
}
]
}