Merge pull request #1357 from vector-im/renovate/configure
Configure Renovate
This commit is contained in:
11
renovate.json
Normal file
11
renovate.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Disable renoavte for packages we want to monitor ourselves",
|
||||||
|
"matchPackagePatterns": ["matrix-js-sdk"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user