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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
"customManagers:dockerfileVersions"
|
"docker:enableMajor"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
@ -16,6 +16,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy"
|
"gomodTidy",
|
||||||
]
|
"gomodUpdateImportPaths"
|
||||||
|
],
|
||||||
|
"semanticCommits": "enabled"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue