mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:03:26 +00:00
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^@movie-web/"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"updateInternalDeps": true,
|
|
"rangeStrategy": "bump",
|
|
"automerge": true
|
|
}
|