chore: update renovate.json

This commit is contained in:
James Harton 2021-12-08 18:01:20 +13:00
parent 55712b13fc
commit f46c83f88b

View file

@ -1,3 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"enabledManagers": [
"dockerfile",
"gitlabci",
"mix"
]
}