From 4abb0c2996061017d93b863218b70ac69d046ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Tue, 2 Jul 2024 12:04:06 +0200 Subject: [PATCH] test for protoplugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Martins --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0d9729915c7b0..66ed5b99c8018 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -595,7 +595,8 @@ // to match the digest to the pinned version. It will not work without it. // Note that for GitHub release artifact digests, you likely want to use // github-release-attachments as the datasource here. - "# renovate: datasource=(?.*?) depName=(?.*?) digestVersion=(?.*)\\s+.+_sha256.*=\"(?.*)\"" + "# renovate: datasource=(?.*?) depName=(?.*?) digestVersion=(?.*)\\s+.+_sha256.*=\"(?.*)\"", + "# renovate: datasource=(?.*?) depName=(?.*?)\\s.+@(?.*)" ] }, {