fbmobile/renovate.json5
Varakh e8c8808c0e
All checks were successful
/ build (push) Successful in 5m19s
Change Renovate schedule to be monthly #noissue
2024-03-06 23:40:45 +01:00

23 lines
431 B
Plaintext

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