cron2 has submitted this change. ( 
http://gerrit.openvpn.net/c/openvpn/+/1709?usp=email )

Change subject: renovate: Fix typo in regex manager
......................................................................

renovate: Fix typo in regex manager

Broken since commit 8485518dce6b7ebeda6295fcdf3bc7476b7b9117
("GHA: Factor out building SSL libs to a reusable workflow")

Change-Id: I668b96afae9dda5692c46db14634b3b8c03056e5
Signed-off-by: Frank Lichtenheld <[email protected]>
Acked-by: Arne Schwabe <[email protected]>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1709
Message-Id: <[email protected]>
URL: 
https://www.mail-archive.com/[email protected]/msg37137.html
Signed-off-by: Gert Doering <[email protected]>
---
M renovate.json
1 file changed, 1 insertion(+), 1 deletion(-)




diff --git a/renovate.json b/renovate.json
index 3bd0917..5b6e0d0 100644
--- a/renovate.json
+++ b/renovate.json
@@ -40,7 +40,7 @@
                 "/^\\.github/workflows/.+\\.ya?ml$/"
             ],
             "matchStrings": [
-                
"versioning=(?<versioning>.*?)\\n\\s*ghrepo:\\s*(?<depName>.*?)\\n\\s*gitrepo:\\s*(?<currentValue>.*?)\\n"
+                
"versioning=(?<versioning>.*?)\\n\\s*ghrepo:\\s*(?<depName>.*?)\\n\\s*gitref:\\s*(?<currentValue>.*?)\\n"
             ],
             "datasourceTemplate": "github-tags"
         }

--
To view, visit http://gerrit.openvpn.net/c/openvpn/+/1709?usp=email
To unsubscribe, or for help writing mail filters, visit 
http://gerrit.openvpn.net/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: openvpn
Gerrit-Branch: master
Gerrit-Change-Id: I668b96afae9dda5692c46db14634b3b8c03056e5
Gerrit-Change-Number: 1709
Gerrit-PatchSet: 2
Gerrit-Owner: flichtenheld <[email protected]>
Gerrit-Reviewer: plaisthos <[email protected]>
Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to