Browse Source

Use renovate json5 format

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 year ago
parent
commit
02f529e1f7
1 changed files with 6 additions and 1 deletions
  1. 6 1
      renovate.json5

+ 6 - 1
renovate.json → renovate.json5

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