mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
19 lines
380 B
Text
19 lines
380 B
Text
{
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"postUpdateOptions": ["gomodTidy"],
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["minor", "patch", "pin"],
|
|
"automerge": true,
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["digest"],
|
|
"enabled": false,
|
|
}
|
|
]
|
|
}
|