use json5 renovate config format

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-01-26 09:37:44 +01:00
parent b849d28c6c
commit 7d5db9b16c
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

11
renovate.json5 Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "Europe/Berlin",
"labels": [
"dependencies",
"3. to review"
],
}