fix(renovate): config syntax
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:best-practices"],
|
"extends": [
|
||||||
|
"config:best-practices"
|
||||||
|
],
|
||||||
|
|
||||||
"rebaseWhen": "never",
|
"rebaseWhen": "never",
|
||||||
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
@ -9,10 +13,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"matchFileNames": [
|
"matchUpdateTypes": ["digest", "pinDigest", "pin"],
|
||||||
".gitea/workflows/**.yml",
|
"matchDepTypes": ["container"],
|
||||||
".gitea/workflows/**.yaml",
|
"matchFileNames": [".gitea/workflows/**.yaml", ".gitra/workflows/**.yml"],
|
||||||
]
|
},
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user