fbmobile/renovate.json5
Varakh f460c68339
All checks were successful
/ build (push) Successful in 5m33s
Fix renovate schedule #noissue
2024-01-26 13:46:49 +01:00

19 lines
405 B
Plaintext

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended"
],
"prConcurrentLimit": 0,
"schedule": [
"every weekend"
],
"ignorePaths": [
"android/**",
"ios/**"
],
"ignoreDeps": [
"intl",
"path"
],
}