Commit 6f1a1f8d authored by Clement Bois's avatar Clement Bois
Browse files

chore(renovate): stop with regex in JSON

parent 07417f63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        {
            "customType": "regex",
            "managerFilePatterns": [
                "\\.gitlab-ci\\.ya?ml$"
                ".gitlab-ci.yml"
            ],
            "matchStrings": [
                "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+?:\\s*(?<currentValue>\\S+)"