mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
add golang preset
This commit is contained in:
parent
ffe1feb1d8
commit
7f2bcef9bb
11
golang.json
Normal file
11
golang.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"description": ["Preset for use with golang repositories"],
|
||||
"extends": [
|
||||
"github>thegeeklab/renovate-presets:base",
|
||||
"github>thegeeklab/renovate-presets:docker"
|
||||
],
|
||||
"gomod": {
|
||||
"postUpdateOptions": ["gomodUpdateImportPaths", "gomodTidy"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user