2023-07-25 05:04:32 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
2023-07-28 21:36:47 +00:00
|
|
|
"config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended"
|
2023-07-25 05:12:13 +00:00
|
|
|
],
|
2023-08-15 19:28:25 +00:00
|
|
|
"prConcurrentLimit": 0,
|
2023-12-16 17:59:00 +00:00
|
|
|
"schedule": [
|
|
|
|
"monthly"
|
|
|
|
],
|
2023-07-25 05:12:13 +00:00
|
|
|
"ignorePaths": [
|
2023-07-25 05:17:04 +00:00
|
|
|
"android/**",
|
|
|
|
"ios/**"
|
2023-07-27 18:17:18 +00:00
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
|
|
|
"intl"
|
2023-08-15 06:55:13 +00:00
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
2023-11-13 21:54:08 +00:00
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor"
|
2023-08-15 06:55:13 +00:00
|
|
|
],
|
2023-11-13 21:54:08 +00:00
|
|
|
"groupName": "all minor dependencies",
|
|
|
|
"groupSlug": "all-minor-deps"
|
|
|
|
},
|
|
|
|
{
|
2023-08-15 06:55:13 +00:00
|
|
|
"matchUpdateTypes": [
|
|
|
|
"patch"
|
|
|
|
],
|
|
|
|
"groupName": "all patch dependencies",
|
|
|
|
"groupSlug": "all-patch-deps"
|
|
|
|
}
|
2023-07-25 05:04:32 +00:00
|
|
|
]
|
|
|
|
}
|