mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
chore: fix go version handling
This commit is contained in:
parent
2901ba0995
commit
64ae5b66d2
17
golang.json
17
golang.json
@ -25,6 +25,23 @@
|
||||
"matchDatasources": ["go"],
|
||||
"matchPackagePatterns": ["urfave/cli"],
|
||||
"matchUpdateTypes": ["pin", "digest", "patch", "minor"]
|
||||
},
|
||||
{
|
||||
"description": "Enable golang version updates",
|
||||
"matchDatasources": ["golang-version"],
|
||||
"rangeStrategy": "bump"
|
||||
},
|
||||
{
|
||||
"description": "Disable golang toolchain updates",
|
||||
"matchCategories": ["golang"],
|
||||
"matchDepTypes": ["toolchain"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Extract version from xgo container tags",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePatterns": ["techknowlogick/xgo"],
|
||||
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user