0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

add golang preset

This commit is contained in:
Robert Kaussow 2021-04-25 13:49:02 +02:00
parent ffe1feb1d8
commit 7f2bcef9bb
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

11
golang.json Normal file
View 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"]
}
}