mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-24 00:26:19 +00:00
chore(renovate): fix package name matching for go majors
This commit is contained in:
parent
f711aaceb8
commit
0fefa8f413
1 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue