Fix renovate schedule #noissue
All checks were successful
/ build (push) Successful in 5m33s

This commit is contained in:
Varakh 2024-01-26 13:46:49 +01:00
parent c7af6a874d
commit f460c68339

View file

@ -5,7 +5,7 @@
], ],
"prConcurrentLimit": 0, "prConcurrentLimit": 0,
"schedule": [ "schedule": [
"weekly" "every weekend"
], ],
"ignorePaths": [ "ignorePaths": [
"android/**", "android/**",
@ -15,20 +15,4 @@
"intl", "intl",
"path" "path"
], ],
// "packageRules": [
// {
// "matchUpdateTypes": [
// "minor"
// ],
// "groupName": "all minor dependencies",
// "groupSlug": "all-minor-deps"
// },
// {
// "matchUpdateTypes": [
// "patch"
// ],
// "groupName": "all patch dependencies",
// "groupSlug": "all-patch-deps"
// }
// ]
} }