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", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:base",
":onlyNpm"
], ],
"baseBranches": [ "baseBranches": [
"develop" "develop"

Loading…
Cancel
Save