feat: 修改 dataease 的 renovate 配置

This commit is contained in:
zhengkunwang223 2024-02-01 13:57:56 +08:00
parent 55d30af2c1
commit 0833fe3a20

View File

@ -40,11 +40,11 @@
}, },
{ {
"matchFileNames": ["apps/dataease/1.*/*.yml"], "matchFileNames": ["apps/dataease/1.*/*.yml"],
"allowedVersions": "/^1.*/" "allowedVersions": ">=1.18"
}, },
{ {
"matchFileNames": ["apps/dataease/2.*/*.yml"], "matchFileNames": ["apps/dataease/2.*/*.yml"],
"allowedVersions": "/^2.*/" "allowedVersions": ">=2.0"
} }
], ],
"prCreation": "immediate" "prCreation": "immediate"