chore(renovate): group x/tools/* upgrade

Refs: https://codeberg.org/forgejo/forgejo/pulls?q=x%2Ftools&type=all
This commit is contained in:
Earl Warren 2024-07-09 07:17:05 +02:00
parent cf5fb9a2e7
commit f915532703
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -99,6 +99,15 @@
"automerge": true, "automerge": true,
"groupName": "renovate" "groupName": "renovate"
}, },
{
"description": "x/tools/* are used in the CI only and upgraded together",
"matchPackagePrefixes": [
"golang.org/x/tools"
],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"groupName": "x/tools"
},
{ {
"description": "Split minor and patch updates", "description": "Split minor and patch updates",
"matchDepNames": [ "matchDepNames": [
@ -152,8 +161,6 @@
"github.com/golangci/golangci-lint/cmd/golangci-lint", "github.com/golangci/golangci-lint/cmd/golangci-lint",
"github.com/go-testfixtures/testfixtures", "github.com/go-testfixtures/testfixtures",
"github.com/PuerkitoBio/goquery", "github.com/PuerkitoBio/goquery",
"golang.org/x/tools/cmd/deadcode",
"golang.org/x/tools/gopls",
"happy-dom", "happy-dom",
"markdownlint-cli", "markdownlint-cli",
"mvdan.cc/gofumpt", "mvdan.cc/gofumpt",