Merge pull request 'chore(renovate): group x/tools/* upgrade' (#4436) from earl-warren/forgejo:wip-renovate-x/tools into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4436
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
Earl Warren 2024-07-09 06:57:02 +00:00
commit 51c5b993ab

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