mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-18 14:56:17 -05:00
20 lines
452 B
Text
20 lines
452 B
Text
{
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"postUpdateOptions": ["gomodTidy"],
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["minor", "patch", "pin"],
|
|
"automerge": true,
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["digest"],
|
|
"enabled": false,
|
|
}
|
|
],
|
|
"ignorePaths": ["**/testdata/**", "**/examples/**", "**/scripts/**"]
|
|
}
|