From 8f6d1b49e338cb24a343111edf0dc99294400033 Mon Sep 17 00:00:00 2001 From: samchungy Date: Mon, 14 Oct 2024 17:29:50 +1100 Subject: [PATCH] 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",