From 2f2be49879e9fc35839777dfae3c08115bede7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Wed, 31 Jul 2024 12:02:46 +0800 Subject: [PATCH] =?UTF-8?q?Bot=20=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 95f3f9c4..b0e1ebc5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,6 +3,14 @@ "extends": [ "config:base" ], + "enabledManagers": [ + "docker-compose" + ], + "docker-compose": { + "fileMatch": [ + "^.*\\.(yaml|yml)$" + ] + }, "gitIgnoredAuthors": [ "githubaction@githubaction.com" ],