Disable npm updates
This commit is contained in:
parent
4ff86a87b5
commit
3680d7899e
1 changed files with 7 additions and 4 deletions
|
@ -2,5 +2,8 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>stackspin/renovate-config"
|
||||
]
|
||||
],
|
||||
"npm": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue