8 Star 9 Fork 0

Gitee 极速下载 / accelerated-mobile-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ampproject/amphtml
克隆/下载
.renovaterc.json 4.02 KB
一键复制 编辑 原始数据 按行查看 历史
{
"extends": ["config:recommended"],
"ignoreDeps": ["ubuntu-2004"],
"commitMessagePrefix": "📦",
"timezone": "America/Los_Angeles",
"schedule": "after 12am every weekday",
"dependencyDashboard": true,
"prBodyColumns": ["Package", "Update", "Type", "Change", "Package file"],
"prBodyNotes": [
"See all other Renovate PRs on the [Dependency Dashboard](https://github.com/ampproject/amphtml/issues/34671)",
"<details>",
"<summary>How to resolve breaking changes</summary>",
"This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:",
"```sh\n# Check out the PR branch\ngit checkout -b {{{branchName}}} main\ngit pull https://github.com/ampproject/amphtml.git {{{branchName}}}\n\n# Directly make fixes and commit them\namp lint --fix # For lint errors in JS files\namp prettify --fix # For prettier errors in non-JS files\n# Edit source code in case of new compiler warnings / errors\n\n# Push the changes to the branch\ngit push git@github.com:ampproject/amphtml.git {{{branchName}}}:{{{branchName}}}\n```",
"</details>"
],
"packageRules": [
{
"groupName": "subpackage devDependencies",
"matchFileNames": ["**/*"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "chrome and chromedriver",
"matchFileNames": ["build-system/tasks/e2e/package.json"],
"matchPackageNames": ["chromedriver"],
"labels": ["WG: infra"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "build-system devDependencies",
"matchFileNames": ["build-system/**"],
"labels": ["WG: infra"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "validator devDependencies",
"matchFileNames": ["validator/**"],
"labels": ["WG: caching"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "validator webui",
"matchFileNames": ["validator/js/webui/**"],
"enabled": false
},
{
"groupName": "core devDependencies",
"matchFileNames": ["package.json"],
"labels": ["WG: infra"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "linting devDependencies",
"matchFileNames": ["package.json"],
"matchPackagePatterns": ["\\b(prettier|eslint)\\b"],
"labels": ["WG: infra"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "babel devDependencies",
"matchFileNames": ["package.json"],
"matchPackagePatterns": ["\\bbabel"],
"major": {"automerge": false, "assignAutomerge": false},
"labels": ["WG: infra", "WG: performance"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "esbuild devDependencies",
"matchFileNames": ["package.json"],
"matchPackagePatterns": ["\\besbuild\\b"],
"labels": ["WG: infra", "WG: performance"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "ampproject devDependencies",
"matchFileNames": ["package.json"],
"matchPackagePatterns": ["^@ampproject/"],
"matchDepTypes": ["devDependencies"],
"labels": ["WG: components", "WG: performance"],
"rebaseWhen": "never",
"automerge": true
},
{
"groupName": "ampproject dependencies",
"matchFileNames": ["package.json"],
"matchPackagePatterns": ["^@ampproject/"],
"matchDepTypes": ["dependencies"],
"labels": ["WG: components", "WG: performance"],
"rebaseWhen": "never",
"automerge": false,
"schedule": null
},
{
"groupName": "core dependencies",
"matchFileNames": ["package.json"],
"excludePackagePatterns": ["^@ampproject/"],
"matchDepTypes": ["dependencies"],
"labels": ["WG: components", "WG: performance"],
"rebaseWhen": "never",
"automerge": false
}
]
}
JavaScript
1
https://gitee.com/mirrors/accelerated-mobile-pages.git
git@gitee.com:mirrors/accelerated-mobile-pages.git
mirrors
accelerated-mobile-pages
accelerated-mobile-pages
main

搜索帮助