0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-10-22 22:10:40 +00:00

feat: group golang version updates

This commit is contained in:
Robert Kaussow 2024-10-02 23:26:31 +02:00
parent 6de3dcd9b8
commit 04ff6056e0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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