mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
d02e4e46ae
We are no longer building renovate on push, and this config can go now.
25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"labels": ["renovate"],
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true,
|
|
"rebaseWhen": "behind-base-branch"
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"baseBranches": ["renovate-major"],
|
|
"automerge": false,
|
|
"rebaseWhen": "behind-base-branch"
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"api-server",
|
|
"tools/contributor",
|
|
"tools/contributor/dashboard-app/client",
|
|
"tools/contributor/dashboard-app/server"
|
|
]
|
|
}
|