From afecc4ee762e5e6d5ad8e210af8dc2815c1ceb6f Mon Sep 17 00:00:00 2001 From: Matt Welke Date: Wed, 13 Nov 2024 17:10:26 -0500 Subject: [PATCH] chore: update renovate.json Add support for Git submodules (in beta right now). We don't need to add a token because our submodule is public. --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 80d3b91..64888db 100644 --- a/renovate.json +++ b/renovate.json @@ -62,5 +62,8 @@ "# renovate: datasource=(?.+?) depName=(?.+?)\\s.*?_VERSION ?(\\??=|\\: ?) ?\\\"?(?.+?)?\\\"?\\s" ] } - ] + ], + "git-submodules": { + "enabled": true + } }