mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-13 01:50:39 +00:00
feat: enabled automerge for non-major golang dev tools
This commit is contained in:
parent
1cd30a28b1
commit
a6909ffc0a
13
golang.json
13
golang.json
@ -7,5 +7,16 @@
|
|||||||
],
|
],
|
||||||
"gomod": {
|
"gomod": {
|
||||||
"postUpdateOptions": ["gomodUpdateImportPaths", "gomodTidy"]
|
"postUpdateOptions": ["gomodUpdateImportPaths", "gomodTidy"]
|
||||||
}
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Automerge golang dev tools",
|
||||||
|
"groupName": "golang dev tools (non-major)",
|
||||||
|
"matchDatasources": ["github-releases"],
|
||||||
|
"matchPackageNames": ["mvdan/gofumpt", "golangci/golangci-lint"],
|
||||||
|
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
|
||||||
|
"automerge": true,
|
||||||
|
"extends": ["schedule:weekly"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user