mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-04 13:04:22 +08:00
优化检测配置
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
8a4ad35d7c
commit
15b834e5a8
37
.github/renovate.json
vendored
37
.github/renovate.json
vendored
@ -4,8 +4,10 @@
|
|||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"forkProcessing": "enabled",
|
"forkProcessing": "enabled",
|
||||||
"rebaseWhen": "never",
|
"rebaseWhen": "conflicted",
|
||||||
"prConcurrentLimit": 20,
|
"prConcurrentLimit": 20,
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "pr",
|
||||||
"enabledManagers": [
|
"enabledManagers": [
|
||||||
"docker-compose",
|
"docker-compose",
|
||||||
"github-actions"
|
"github-actions"
|
||||||
@ -22,44 +24,19 @@
|
|||||||
"**/dify/**",
|
"**/dify/**",
|
||||||
"**/auto-lady/**"
|
"**/auto-lady/**"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"patch"
|
"patch",
|
||||||
|
"minor"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"automergeType": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/postgresql/pg*/*.yml"
|
"apps/postgresql/pg*/*.yml"
|
||||||
],
|
],
|
||||||
"allowedVersions": "/^pg12*/"
|
"allowedVersions": "/^pg(12|13|14|15|16)*/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchFileNames": [
|
|
||||||
"apps/postgresql/pg*/*.yml"
|
|
||||||
],
|
|
||||||
"allowedVersions": "/^pg13*/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchFileNames": [
|
|
||||||
"apps/postgresql/pg*/*.yml"
|
|
||||||
],
|
|
||||||
"allowedVersions": "/^pg14*/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchFileNames": [
|
|
||||||
"apps/postgresql/pg*/*.yml"
|
|
||||||
],
|
|
||||||
"allowedVersions": "/^pg15*/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchFileNames": [
|
|
||||||
"apps/postgresql/pg*/*.yml"
|
|
||||||
],
|
|
||||||
"allowedVersions": "/^pg16*/"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user