chore(renovate): adjust renovate config
This commit is contained in:
parent
3ab68b7ce1
commit
7b448f4394
1 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"customManagers:dockerfileVersions"
|
||||
"docker:enableMajor"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
|
@ -16,6 +16,8 @@
|
|||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
]
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
],
|
||||
"semanticCommits": "enabled"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue