From 9cfed308d14d2b52f4bdc0157ad42b3621be1860 Mon Sep 17 00:00:00 2001 From: Sam Chung Date: Mon, 14 Oct 2024 17:22:17 +1100 Subject: [PATCH 1/2] What could go wrong :fire: --- default.json | 11 +++++++++++ non-critical.json | 1 + third-party-major.json | 1 + 3 files changed, 13 insertions(+) diff --git a/default.json b/default.json index 63cd955..4c56100 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,16 @@ "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", From 8f6d1b49e338cb24a343111edf0dc99294400033 Mon Sep 17 00:00:00 2001 From: samchungy Date: Mon, 14 Oct 2024 17:29:50 +1100 Subject: [PATCH 2/2] prettier --- default.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/default.json b/default.json index 4c56100..350a556 100644 --- a/default.json +++ b/default.json @@ -238,9 +238,7 @@ }, { "matchManagers": ["npm"], - "matchDepNames": [ - "@seek/*" - ], + "matchDepNames": ["^@seek/*"], "matchUpdateTypes": ["major", "minor", "patch"], "schedule": "before 3:00 am every weekday", "minimumReleaseAge": "0 days",