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" } - ] }