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 <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2025-04-16 07:47:47 +00:00 committed by Michael Kriese
parent f711aaceb8
commit 23360ad415

View file

@ -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",