1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-16 10:08:44 +02:00

chore(config): migrate renovate config (#4296)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-03 23:34:23 +01:00 committed by GitHub
parent 2d9073683b
commit eb512f5b7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,8 @@
},
{
"groupName": "golang-lang",
"matchPackagePatterns": ["^golang$", "xgo"],
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": ["/^golang$/", "/xgo/"]
},
{
"groupName": "golang-packages",
@ -64,8 +64,8 @@
{
"description": "Extract version from xgo container tags",
"matchDatasources": ["docker"],
"matchPackagePatterns": ["techknowlogick/xgo"],
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$",
"matchPackageNames": ["/techknowlogick/xgo/"]
}
]
}