From 23360ad4159d45348cad68a169d72ba58092909e Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 16 Apr 2025 07:47:47 +0000 Subject: [PATCH] chore(renovate): fix package name matching for go majors [skip ci] (#7554) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7554 Reviewed-by: Earl Warren Co-authored-by: Michael Kriese Co-committed-by: Michael Kriese --- renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 7ea5e9d6b9..ad5b46ffbf 100644 --- a/renovate.json +++ b/renovate.json @@ -37,7 +37,7 @@ { "description": "Schedule some deps less frequently", "matchPackageNames": [ - "code.forgejo.org/f3/gof3/v3", + "code.forgejo.org/f3/gof3/**", "github.com/google/pprof", "github.com/golangci/misspell/cmd/misspell" ], @@ -81,7 +81,7 @@ "description": "Split minor and patch updates", "matchPackageNames": [ "containerbase/python-prebuild", - "github.com/urfave/cli/v2", + "github.com/urfave/cli/**", "python", "swagger-ui-dist", "vue" @@ -92,7 +92,7 @@ "description": "Automerge patch updates", "matchPackageNames": [ "vue", - "github.com/urfave/cli/v2", + "github.com/urfave/cli/**", "swagger-ui-dist" ], "matchUpdateTypes": ["patch"], @@ -127,8 +127,8 @@ "@vitejs/plugin-vue", "@vue/test-utils", "djlint", - "github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker", - "github.com/golangci/golangci-lint/cmd/golangci-lint", + "github.com/editorconfig-checker/editorconfig-checker/**", + "github.com/golangci/golangci-lint/**", "github.com/go-testfixtures/testfixtures", "github.com/PuerkitoBio/goquery", "happy-dom",