mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-21 14:20:41 +00:00
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":automergeMinor",
|
|
":automergeDigest"
|
|
],
|
|
"enabledManagers": [
|
|
"dockerfile",
|
|
"gomod"
|
|
],
|
|
"dockerfile": {
|
|
"fileMatch": [
|
|
"docker/Dockerfile\\.linux\\.(arm|arm64|amd64|multiarch)",
|
|
"docker/Dockerfile\\.windows\\.(1809|1903|1909|2004)"
|
|
],
|
|
"pinDigests": true
|
|
},
|
|
"gomod": {
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
]
|
|
},
|
|
"labels": [
|
|
"renovate"
|
|
]
|
|
}
|