mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"labels": ["renovate"],
|
|
"extends": ["config:base"],
|
|
"prCreation": "not-pending",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"rebaseWhen": "behind-base-branch"
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"api-server",
|
|
"tools/contributor",
|
|
"tools/contributor/dashboard-app/client",
|
|
"tools/contributor/dashboard-app/server"
|
|
]
|
|
}
|