renovate: Enable git submodule watcher
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-01-19 20:32:11 +00:00
parent 97fd32e7dc
commit fc9b507054

View File

@ -1,3 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"git-submodules": {
"enabled": true
}
} }