From 8302062431a64848477bf9bc79a7d1d0bfe87c58 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 19 Jan 2023 20:31:41 +0000 Subject: [PATCH] renovate: Enable git submodule watcher --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7190a60..ddd61d7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "git-submodules": { + "enabled": true + } +} \ No newline at end of file