From 15f4f15099e78950e0f741d44527671e7e21c3f6 Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Fri, 22 Jul 2022 10:55:10 -0700 Subject: [PATCH] chore(renovate): enable platformAutomerge --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 67497873..1d8e6d53 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,7 @@ ], "assignees": ["maxbrunet"], "internalChecksFilter": "strict", + "platformAutomerge": true, "golang": { "postUpdateOptions": [ "gomodTidy", @@ -62,7 +63,7 @@ { "description": "Update version keys in YAML files", "fileMatch": ["(^|/).*.ya?ml$"], - "matchStrings": ["# renovate: datasource=(?[a-z-]+?) depName=(?[^\\s]+?)(?: lookupName=(?[^\\s]+?))?(?: versioning=(?[a-z-0-9]+?))?\\s*[\\w-_]*version: (?.*?)\\s"] + "matchStrings": ["# renovate: datasource=(?[a-z-]+?) depName=(?[^\\s]+?)(?: packageName=(?[^\\s]+?))?(?: versioning=(?[a-z-0-9]+?))?\\s*[\\w-_]*version: (?.*?)\\s"] }, { "description": "Update Golang in go.mod file", @@ -74,7 +75,7 @@ { "description": "Update semantic-release plugins", "fileMatch": ["^\\.github/workflows/build\\.yml$"], - "matchStrings": ["\\s{12}(?\\S+?)@(?.+?)\\s+"], + "matchStrings": ["\\s{12}(?\\S+?)@(?.+?)\\s"], "datasourceTemplate": "npm" } ]