mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 19:20:40 +00:00
feat: group golang version updates
This commit is contained in:
parent
6de3dcd9b8
commit
04ff6056e0
@ -42,6 +42,12 @@
|
|||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackagePatterns": ["techknowlogick/xgo"],
|
"matchPackagePatterns": ["techknowlogick/xgo"],
|
||||||
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
|
"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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user