mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 14:05:40 +03:00
bebeb2afe6
Resolves #4034 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
18 lines
354 B
Text
18 lines
354 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.github.nextcloud-deps.hwsecurity"],
|
|
"automerge": false
|
|
}
|
|
],
|
|
}
|