You've already forked renovate-config
Initial Commit
This commit is contained in:
29
golang.json
Normal file
29
golang.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/golang"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true,
|
||||
"excludePackagePatterns": [
|
||||
"^github\\.com/docker/docker",
|
||||
"^gopkg\\.in/yaml"
|
||||
],
|
||||
"groupName": "go modules",
|
||||
"groupSlug": "go-modules",
|
||||
"matchDatasources": [
|
||||
"go"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user