nextcloud-talk-android/renovate.json5

20 lines
463 B
Text
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":gitSignOff"
],
"timezone": "Europe/Berlin",
"labels": [
"dependencies",
"3. to review"
],
"packageRules": [
{
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
"automerge": false,
"enabled": false
}
],
}