mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
c37a491ec4
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
19 lines
506 B
Text
19 lines
506 B
Text
{
|
|
"$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
|
|
}
|
|
],
|
|
}
|