enable automerge for theme updates
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-29 18:52:28 +01:00
parent 099ecd357c
commit eb474454ae
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@
]
}
],
"packageRules": [
{
"datasources": ["github-releases"],
"paths": ["Makedile"],
"groupName": "hugo theme",
"packagePatterns": ["^thegeeklab"],
"automerge": true
}
],
"droneci": {
"enabled": false
}