diff --git a/default.json b/default.json index 63cd955..350a556 100644 --- a/default.json +++ b/default.json @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ ":dependencyDashboard", ":rebaseStalePrs", @@ -235,6 +236,14 @@ "minimumReleaseAge": "0 days", "updateNotScheduled": true }, + { + "matchManagers": ["npm"], + "matchDepNames": ["^@seek/*"], + "matchUpdateTypes": ["major", "minor", "patch"], + "schedule": "before 3:00 am every weekday", + "minimumReleaseAge": "0 days", + "updateNotScheduled": true + }, { "matchDepNames": ["react-relay"], "matchPackagePatterns": ["^relay-"], diff --git a/non-critical.json b/non-critical.json index 190051a..81d791b 100644 --- a/non-critical.json +++ b/non-critical.json @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ ":dependencyDashboard", ":prHourlyLimit2", diff --git a/third-party-major.json b/third-party-major.json index 24294e0..456027e 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ ":dependencyDashboard", ":prHourlyLimit4",