mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
* fix(ci): Increase github actions timeout to 15 min. * fix(ci): Add testdata to renovate ignorePaths.
20 lines
417 B
Text
20 lines
417 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/**"]
|
|
}
|