Basic add-on repo layout

This commit is contained in:
Franck Nijhof 2019-03-24 23:43:01 +01:00
parent a737cedb28
commit 416e586602
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
22 changed files with 632 additions and 0 deletions

11
renovate.json Normal file
View file

@ -0,0 +1,11 @@
{
"extends": [
"config:base"
],
"commitMessageAction": "Updates",
"commitMessageTopic": "{{depName}}",
"commitMessagePrefix": ":arrow_up:",
"labels": [
"Type: Maintaince"
]
}