From c58afe8a7265b4eee2f490b95ca044fc47a04d75 Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Fri, 16 Feb 2024 23:11:25 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Renovate=20=E3=81=AE=E6=A7=8B=E6=88=90?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AB=20GitHub=20Action?= =?UTF-8?q?s=20=E9=96=A2=E9=80=A3=E3=81=AE=E6=A7=8B=E6=88=90=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 7f62388..ac4d0ac 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -11,4 +11,14 @@ "dependencies" ], "rangeStrategy": "pin", + "packageRules": [ + { + "matchManagers": [ + "github-actions", + ], + "labels": [ + "ignore for release", + ] + } + ] }