diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39e478a --- /dev/null +++ b/renovate.json @@ -0,0 +1,28 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "schedule": "on the first day of the month", + "rangeStrategy": "auto", + "packageRules": [ + { + "matchDepTypes": ["devDependencies"], + "matchUpdateTypes": ["patch", "minor"], + "groupName": "devDependencies (non-major)" + }, + { + "schedule": ["before 4am"], + "matchPackagePrefixes": ["@livekit", "livekit-"], + "matchUpdateTypes": ["patch", "minor"], + "groupName": "Update LiveKit dependencies (non-major)" + }, + { + "matchDatasources": ["maven"], + "registryUrls": [ + "https://maven.google.com", + "https://repo1.maven.org/maven2/", + "https://plugins.gradle.org/m2/", + "https://jitpack.io" + ] + } + ] +}