drone-matrix/renovate.json

14 lines
146 B
JSON
Raw Normal View History

2019-01-19 03:57:14 +01:00
{
"extends": [
"config:base"
2019-01-19 11:02:17 +01:00
],
"docker": {
"fileMatch": [
"/docker/Dockerfile"
]
},
"labels": [
"renovate"
2019-01-19 03:57:14 +01:00
]
}