1 Star 0 Fork 2

SchuckBate/1panel-appstore

forked from airgull/1panel-appstore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
renovate.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"rebaseWhen": "never",
"packageRules": [
{
"packageNames": ["docker-compose"],
"automerge": true
},
{
"matchFileNames": ["apps/redis/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/redis/6.*/*.yml"],
"allowedVersions": "/^6.*/"
},
{
"matchFileNames": ["apps/mysql/5.6.*/*.yml"],
"allowedVersions": "/^5.6.*/"
},
{
"matchFileNames": ["apps/mysql/5.7.*/*.yml"],
"allowedVersions": "/^5.7.*/"
},
{
"matchFileNames": ["apps/mysql/8.*/*.yml"],
"allowedVersions": "/^8.*/"
},
{
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/elasticsearch/8.*/*.yml"],
"allowedVersions": "/^8.*/"
},
{
"matchFileNames": ["apps/dataease/1.*/*.yml"],
"allowedVersions": "/^1.*/"
},
{
"matchFileNames": ["apps/dataease/2.*/*.yml"],
"allowedVersions": "/^2.*/"
}
],
"prCreation": "immediate"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skBate/1panel-appstore.git
git@gitee.com:skBate/1panel-appstore.git
skBate
1panel-appstore
1panel-appstore
dev

搜索帮助