mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"enabled": false,
|
|
"schedule": ["every weekend"],
|
|
"ignoreDeps": ["flow-bin"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "React / React Native packages",
|
|
"matchPackageNames": ["react", "react-native", "react-test-renderer"]
|
|
},
|
|
{
|
|
"groupName": "all minor & patch deps",
|
|
"groupSlug": "all-minor-patch",
|
|
"matchPackagePatterns": ["*"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
]
|
|
}
|