mirror of
https://github.com/hashicorp/terraform-provider-kubernetes.git
synced 2025-12-18 23:06:07 -05:00
Enable modules tidying in renovate
This commit is contained in:
parent
1321b74366
commit
9daa624c8f
1 changed files with 7 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue