From 7701c885b5827cb78eefa8b3a6a388075a04cbd9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 23 Oct 2020 09:59:13 +0200 Subject: [PATCH] [skip ci] adjust regex patterns --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 2eaa3f4..93058bd 100644 --- a/renovate.json +++ b/renovate.json @@ -6,20 +6,20 @@ { "fileMatch": ["^Dockerfile$"], "matchStrings": [ - "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" ] }, { "fileMatch": ["^Makefile$"], "matchStrings": [ - "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\sexport .*?_VERSION \\?= (?.*)\\s" + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nexport .*?_VERSION \\?= (?.*)\\s" ] } ], "packageRules": [ { "datasources": ["github-releases"], - "groupName": "bitwarden_rs_ldap packages", + "groupName": "Bitwarden RS ldap packages", "packagePatterns": ["^ViViDboarder"] } ]