mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
renovate: add golang
group (#2567)
This commit is contained in:
parent
c8dd4997e3
commit
78ea405c85
1 changed files with 8 additions and 1 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
@ -9,13 +9,20 @@
|
||||||
"labels": ["devx"]
|
"labels": ["devx"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["gomod", "npm", "dockerfile"],
|
"matchManagers": ["gomod", "npm", "dockerfile", "golang"],
|
||||||
"labels": ["dependencies"]
|
"labels": ["dependencies"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["woodpecker"],
|
"matchManagers": ["woodpecker"],
|
||||||
"labels": ["build"]
|
"labels": ["build"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"groupName": "golang",
|
||||||
|
"matchManagers": ["golang"],
|
||||||
|
"matchPackagePatterns": ["xgo"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"extends": ["schedule:daily"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"groupName": "golang deps non-major",
|
"groupName": "golang deps non-major",
|
||||||
"matchManagers": ["gomod"],
|
"matchManagers": ["gomod"],
|
||||||
|
|
Loading…
Reference in a new issue