From 7d5db9b16c8e5712ac0ef551531234d3116e7332 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 26 Jan 2024 09:37:44 +0100 Subject: [PATCH] use json5 renovate config format Signed-off-by: Andy Scherzinger --- renovate.json | 6 ------ renovate.json5 | 11 +++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 renovate.json create mode 100644 renovate.json5 diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 93afd4a43..000000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] -} diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 000000000..519fbb114 --- /dev/null +++ b/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" + ], +}