From de8795cb00fd711ea9ce11b21e680de1d9a745dc Mon Sep 17 00:00:00 2001 From: gazwald Date: Fri, 3 Nov 2023 09:01:18 +1100 Subject: [PATCH] Linting --- .github/renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0f47a5f..4ba40ef 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,10 @@ "packageRules": [ { "description": "Automerge non-major updates", - "matchUpdateTypes": ["minor", "patch"], + "matchUpdateTypes": [ + "minor", + "patch" + ], "automerge": true } ], @@ -16,7 +19,7 @@ "customType": "regex", "fileMatch": [ "^Dockerfile$", - "^scripts\/set-env$", + "^scripts/set-env$" ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s(?:ENV|ARG|export) .+?_VERSION[ =]\"?(?.+?)\"?\\s"