mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
chore(config): migrate config renovate.json5
This commit is contained in:
parent
f15bdb67e2
commit
fb4420cb09
1 changed files with 10 additions and 11 deletions
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":switchToGradleLite",
|
||||
":gitSignOff"
|
||||
],
|
||||
"timezone": "Europe/Berlin",
|
||||
"labels": [
|
||||
"dependencies",
|
||||
"3. to review"
|
||||
],
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: [
|
||||
'config:recommended',
|
||||
':gitSignOff',
|
||||
],
|
||||
timezone: 'Europe/Berlin',
|
||||
labels: [
|
||||
'dependencies',
|
||||
'3. to review',
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue