From 39e48f4a2add7385a096d4e7f4ca4145bcb5c62d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:45:30 +0100 Subject: [PATCH] Configure Renovate (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lukasIO --- renovate.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f3e69e1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "packageRules": [ + { + "matchSourceUrlPrefixes": ["https://github.com/livekit/"], + "rangeStrategy": "replace", + "matchUpdateTypes": ["patch", "minor"], + "groupName": "LiveKit dependencies (non-major)", + "automerge": true + }, + { + "schedule": "before 6am on the first day of the month", + "matchDepTypes": ["devDependencies"], + "matchUpdateTypes": ["patch", "minor"], + "groupName": "devDependencies (non-major)" + } + ] +} +