Browse Source

feat: add :onlyNpm preset to renovate.json

pull/5822/head
Wing-Kam Wong 1 year ago
parent
commit
f1e89e4a3c
  1. 3
      renovate.json

3
renovate.json

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":onlyNpm"
],
"baseBranches": [
"develop"

Loading…
Cancel
Save