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