react-native-rate-app/renovate.json
Hugo EXTRAT 5fb3fe21e3
chore: bump deps (#243)
* chore: bump deps

* cleaning yarn lock
2025-06-05 15:51:33 +02:00

19 lines
451 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["npm", "github-actions"],
"ignoreDeps": [
"@react-native-community/cli",
"@react-native-community/cli-platform-android",
"@react-native-community/cli-platform-ios",
"@types/react",
"react"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}