chore(renovate): fix package name matching for go majors

This commit is contained in:
Michael Kriese 2025-04-16 09:11:54 +02:00
parent f711aaceb8
commit 0fefa8f413
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

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