20 строки
506 B
Plaintext
20 строки
506 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":gitSignOff"
|
|
],
|
|
"timezone": "Europe/Berlin",
|
|
"labels": [
|
|
"dependencies",
|
|
"3. to review"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["com.fasterxml.jackson.core:jackson-core", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
|
|
"automerge": false,
|
|
"enabled": false
|
|
}
|
|
],
|
|
}
|