mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-03 06:08:42 +00:00
chore(config): migrate renovate config (#4296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2d9073683b
commit
eb512f5b7b
1 changed files with 4 additions and 4 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
@ -31,8 +31,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "golang-lang",
|
"groupName": "golang-lang",
|
||||||
"matchPackagePatterns": ["^golang$", "xgo"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchPackageNames": ["/^golang$/", "/xgo/"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "golang-packages",
|
"groupName": "golang-packages",
|
||||||
|
@ -64,8 +64,8 @@
|
||||||
{
|
{
|
||||||
"description": "Extract version from xgo container tags",
|
"description": "Extract version from xgo container tags",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackagePatterns": ["techknowlogick/xgo"],
|
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$",
|
||||||
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
|
"matchPackageNames": ["/techknowlogick/xgo/"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue