chore(config): migrate config renovate.json5

This commit is contained in:
renovate[bot] 2024-11-12 21:33:31 +00:00 committed by GitHub
parent f15bdb67e2
commit fb4420cb09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',
],
}