From a2ab5c51743eaa9c340fb5426abbcb4bc570cd46 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 4 Nov 2022 10:04:21 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d2dcb23..f304031 100644 --- a/renovate.json +++ b/renovate.json @@ -50,7 +50,15 @@ "https:\\/\\/github.com\\/(?[^/]+\\/[^/]+?)\\/releases\\/download\\/(?[^/]+)\\/.*" ], "datasourceTemplate": "github-releases" + }, + { + "fileMatch": [ + "^.gitmodules$" + ], + "matchStrings": [ + "\\[submodule\\s+"[^"]+"]\\s*[^[]*\\s*url\\s*=\\s*(?.*?)\\s*branch\\s*=\\s*release-(?.*)" + ], + "datasourceTemplate": "git-tags" } - ] }