From 0215e38900487791b0086dc85a3278d73e3fbd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Wed, 31 Jul 2024 12:14:20 +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 | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 353d7e59..91781452 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,36 +7,16 @@ "docker-compose", "github-actions" ], - "docker-compose": { - "fileMatch": [ - "^.*\\.(yaml|yml)$" - ] - }, "gitIgnoredAuthors": [ "githubaction@githubaction.com" ], "rebaseWhen": "never", "packageRules": [ - { - "packagePatterns": [ - "^actions/checkout", - "renovatebot/github-action" - ], - "managers": [ - "github-actions" - ], - "updateTypes": [ - "minor", - "patch" - ], - "fileMatch": [ - "^\\.github/workflows/renovate-app-version\\.yml$", - "^\\.github/workflows/renovate\\.yml$" - ] - }, { "packageNames": [ - "docker-compose" + "docker-compose", + "checkout", + "github-action" ], "automerge": true }, @@ -108,14 +88,11 @@ "docker" ], "matchPackageNames": [ - "ghcr.io/*" + "ghcr.io/umami-software/umami" ], "versionCompatibility": "^(?.*)-(?.*)$", "versioning": "semver" } ], - "github-actions": { - "enabled": true - }, "prCreation": "immediate" }