From 4092c2739bbdf595565fa56f462e09ee51d296b4 Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Tue, 6 Aug 2024 12:58:00 +0200 Subject: [PATCH] chore(config): migrate config renovate.json5 Signed-off-by: Michael Adler --- renovate.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 241caf1f..c30f4698 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -30,7 +30,7 @@ { groupName: "all non-major dependencies", groupSlug: "all-minor-patch", - matchPackagePatterns: ["*"], + matchPackageNames: ["*"], matchUpdateTypes: ["minor", "patch", "digest"], }, { @@ -47,9 +47,9 @@ { groupName: "all pages dependencies", groupSlug: "all-pages", - matchPackagePatterns: [ - "github.com/google/docsy", // docsy and hugo must be compatible with each other - "gohugoio/hugo", + matchPackageNames: [ + "/github.com/google/docsy/", // docsy and hugo must be compatible with each other + "/gohugoio/hugo/", ], }, ],