From d41187c6a26a1b4892eaa4b190b2f5fe9bb0dc39 Mon Sep 17 00:00:00 2001 From: Tomas Coufal Date: Wed, 25 Oct 2023 08:53:34 +0200 Subject: [PATCH] chore(renovate): enable git submodule updates Signed-off-by: Tomas Coufal --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + } }