From ef22d36735da03f0bff4ba76cbaa9f0c57b70590 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Thu, 19 Oct 2023 21:49:03 +0200 Subject: [PATCH] first jbang-catalog renovate.json --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index d1bf90b..0e20d23 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,6 +11,14 @@ "//DEPS ((?.+:.+):(?[^$].+))(\\@\\w+)?" ], "datasourceTemplate": "maven" + }, + { + "fileMatch": ".?jbang-catalog.json", + "matchStrings": [ + "\"(?.+):(\\${.+:(?[^ }]+)})\"", + "\"((?.+:.+):(?[^$].+))(\\@\\w+)?\"" + ], + "datasourceTemplate": "maven" } ] } \ No newline at end of file