Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-12-26 16:30:12 +08:00
parent 04712aea6b
commit 4b09d550dd

12
.github/renovate.json vendored
View File

@ -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"