mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
renovate: include replace directives in Go deps upgrade
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
679edd79d4
commit
5d84c1754a
@ -10,7 +10,7 @@
|
||||
"commitMessagePrefix": "deps:",
|
||||
"commitMessageAction": "update",
|
||||
"addLabels": ["dependencies"],
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "gomodMassage"],
|
||||
"prConcurrentLimit": 4,
|
||||
"ignorePaths": [
|
||||
"internal/constellation/helm/charts/cilium/**",
|
||||
@ -46,7 +46,7 @@
|
||||
// Group update of direct Go dependencies.
|
||||
"groupName": "Go dependencies",
|
||||
"matchManagers": ["gomod"],
|
||||
"matchDepTypes": ["require"],
|
||||
"matchDepTypes": ["require", "replace"],
|
||||
"matchUpdateTypes": [
|
||||
"bump",
|
||||
"digest",
|
||||
|
Loading…
x
Reference in New Issue
Block a user