Merge pull request #52 from drone-plugins/renovate/configure

Configure Renovate
This commit is contained in:
Thomas Boerger 2019-01-19 11:54:59 +01:00 committed by GitHub
commit 0595d564d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
renovate.json Normal file
View File

@ -0,0 +1,13 @@
{
"extends": [
"config:base"
],
"docker": {
"fileMatch": [
"/docker/Dockerfile"
]
},
"labels": [
"renovate"
]
}