From 4b09d550dd52271251a6cb73c9692e828da00564 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 26 Dec 2024 16:30:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 82c304b1..e25fc96f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,9 +3,6 @@ "extends": [ "config:recommended" ], - "allowedHeaders": [ - "Authorization" - ], "forkProcessing": "enabled", "enabledManagers": [ "docker-compose", @@ -15,7 +12,6 @@ "githubaction@githubaction.com" ], "ignorePaths": [ - "**/*.env", "appstore/**", "dockge/**", "apps/tangsengdaodao/1.5/docker-compose.yml" @@ -190,13 +186,7 @@ "hostRules": [ { "matchHost": "registry.cn-hangzhou.aliyuncs.com", - "hostType": "docker", - "keepAlive": true, - "authType": "Token-Only", - "headers": { - "authorization": "" - }, - "token": " " + "token": "" } ], "prCreation": "immediate"