mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:53:24 +00:00
chore: move renovate config to root
This commit is contained in:
13
renovate.json
Normal file
13
renovate.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["^@movie-web/"],
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"updateInternalDeps": true,
|
||||
"rangeStrategy": "bump",
|
||||
"automerge": true
|
||||
}
|
Reference in New Issue
Block a user