0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-10-23 08:20:39 +00:00

debug golang group commit message

This commit is contained in:
Robert Kaussow 2024-10-02 23:37:13 +02:00
parent 033b93ac0f
commit efd669b960
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -44,12 +44,9 @@
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$" "versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
}, },
{ {
"groupName": "golang", "groupName": "update golang",
"group": { "commitMessage": "{{groupName}} {{updateType}} version to {{newVersion}}",
"commitMessageExtra": ""
},
"matchDatasources": ["docker", "golang-version"], "matchDatasources": ["docker", "golang-version"],
"commitMessageExtra": "{{updateType}} version to {{newVersion}}",
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"] "matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
} }
] ]