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