Browse Source

use json5 renovate config format

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 year ago
parent
commit
7d5db9b16c
2 changed files with 11 additions and 6 deletions
  1. 0 6
      renovate.json
  2. 11 0
      renovate.json5

+ 0 - 6
renovate.json

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

+ 11 - 0
renovate.json5

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