From 875e4e8a1678534c5bd6e7c149ca4b5905df4616 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sat, 16 Dec 2023 09:58:41 +0900 Subject: [PATCH] =?UTF-8?q?renovate:=20actions/download-artifact=E3=81=A8a?= =?UTF-8?q?ctions/upload-artifact=E3=82=921=E3=81=A4=E3=81=AEPR=E3=81=AB?= =?UTF-8?q?=E3=81=BE=E3=81=A8=E3=82=81=E3=82=8B=20(#3853)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 424a912fd..716a69f9a 100644 --- a/renovate.json +++ b/renovate.json @@ -23,6 +23,13 @@ "postUpdateOptions": [ "gomodTidy" ] + }, + { + "groupName": "artifact", + "matchPackageNames": [ + "actions/download-artifact", + "actions/upload-artifact" + ] } ] }