1 Star 0 Fork 0

孟献鹏/cypress-example-recipes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
renovate.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Chris Breiding 提交于 2020-04-09 05:04 +08:00 . Update TypeScript recipes (#478)
{
"extends": [
"config:base"
],
"automerge": true,
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{newVersion}} 🌟",
"major": {
"automerge": false
},
"minor": {
"automerge": false
},
"prConcurrentLimit": 3,
"prHourlyLimit": 2,
"rangeStrategy": "pin",
"schedule": [
"after 2am and before 3am on sunday"
],
"updateNotScheduled": false,
"timezone": "America/New_York",
"lockFileMaintenance": {
"enabled": true
},
"separatePatchReleases": true,
"separateMultipleMajor": true,
"masterIssue": true,
"labels": [
"type: dependencies",
"renovate"
],
"packageRules": [
{
"packagePatterns": [
"^@cypress",
"^cypress"
],
"groupName": "cypress",
"schedule": [
"after 2am and before 4am"
]
},
{
"packagePatterns": "^eslint",
"groupName": "eslint"
},
{
"packageNames": [
"@babel/preset-typescript",
"tslint",
"typescript"
],
"groupName": "typescript"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengxianpeng/cypress-example-recipes.git
[email protected]:mengxianpeng/cypress-example-recipes.git
mengxianpeng
cypress-example-recipes
cypress-example-recipes
master

搜索帮助