From 26f71344d14abb074eb618e21d4e5085d91dc0aa Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 11 Jul 2022 20:11:12 +0900 Subject: [PATCH] =?UTF-8?q?compose.yml=20=E3=81=AE=E8=87=AA=E5=8B=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=81=AE=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yml | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index dda7a0b..8faf6c7 100644 --- a/compose.yml +++ b/compose.yml @@ -9,4 +9,4 @@ services: REDIS_PORT: "6379" REDIS_PASSWORD: "" redis: - image: redis:alpine@sha256:5916c280afae05baf0dc9a0cc82fa8e51477bdbfc72f60a5c14fd2b7735bcf07 + image: redis:alpine diff --git a/renovate.json b/renovate.json index 347ecf5..97fc6c3 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,6 @@ ":skipStatusChecks", "docker:enableMajor", "docker:pinDigests" - ] + ], + "ignorePaths": ["compose.yml"] }