mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-05 04:20:41 +00:00
14 lines
146 B
JSON
14 lines
146 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"docker": {
|
|
"fileMatch": [
|
|
"/docker/Dockerfile"
|
|
]
|
|
},
|
|
"labels": [
|
|
"renovate"
|
|
]
|
|
}
|