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)" + } + ] +} +