From 2c736e687af5c9f353b0d591e4589079860a3de4 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 28 Dec 2021 17:14:01 +0900 Subject: [PATCH] fix: fix fileMatch --- action.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.json b/action.json index acbe595..7922d89 100644 --- a/action.json +++ b/action.json @@ -3,7 +3,8 @@ { "fileMatch": ["^\\.github/.*\\.ya?ml$"], "matchStrings": [ - "aqua_version: (?.*?)" + "aqua_version: (?.*?)\\n", + "aqua_version: (?.*?) +#.*\\n" ], "depNameTemplate": "aquaproj/aqua", "datasourceTemplate": "github-releases"