ci: added renovate auto update bot
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
18
renovate.json
Normal file
18
renovate.json
Normal 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",
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user