mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
chore(renovate): group x/tools/* upgrade
Refs: https://codeberg.org/forgejo/forgejo/pulls?q=x%2Ftools&type=all
This commit is contained in:
parent
cf5fb9a2e7
commit
f915532703
1 changed files with 9 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue