feature/prepare-1.6.4-22-release #135

Merged
Varakh merged 22 commits from feature/prepare-1.6.4-22-release into master 2024-11-01 14:36:36 +00:00
Showing only changes of commit f460c68339 - Show all commits

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"
// }
// ]
} }