chore(config): migrate config renovate.json
All checks were successful
CI / test (pull_request) Successful in 1m31s
All checks were successful
CI / test (pull_request) Successful in 1m31s
This commit is contained in:
@@ -6,9 +6,17 @@
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["golang", "gomod", "go"],
|
||||
"matchPackageNames": [
|
||||
"golang",
|
||||
"gomod",
|
||||
"go"
|
||||
],
|
||||
"groupName": "go version",
|
||||
"updateTypes": ["major", "minor", "patch"]
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user