diff --git a/.github/renovate.json b/.github/renovate.json index 39a2b6e..c795ea9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "git-submodules": { + "enabled": true + } }