diff --git a/renovate.json b/renovate.json index 9684a56..3f9f734 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,17 @@ { "extends": ["config:base"], "packageRules": [ - { - "matchSourceUrlPrefixes": ["https://github.com/livekit/"], - "rangeStrategy": "replace", - "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)" + }, + { + "matchSourceUrlPrefixes": ["https://github.com/livekit/"], + "rangeStrategy": "replace", + "groupName": "LiveKit dependencies (non-major)", + "automerge": true } ] }