From e939997e53aba08de8ecf20017c7b2ac513e9704 Mon Sep 17 00:00:00 2001 From: Robin Hahling Date: Mon, 10 Feb 2025 13:47:37 +0100 Subject: [PATCH] migrate Renovate config take #2 Commit 5ef17d1368802fef26765e111136f8bd06474da3 missed a conversion from `matchFiles` to `matchFileNames`. Signed-off-by: Robin Hahling Suggested-by: Signed-off-by: Alexandre Perrin --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index db4eddfb1..0666dfcff 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -83,7 +83,7 @@ { "groupName": "all go dependencies main", "groupSlug": "all-go-deps-main", - "matchFiles": [ + "matchFileNames": [ "go.mod", "go.sum", ],