summaryrefslogtreecommitdiff
path: root/renovate.json
blob: 821c3fcc3c2d20793195062cceb6b90c7fe5eb52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    ":disableDependencyDashboard",
    ":preserveSemverRanges"
  ],
  "ignorePaths": [
    "**/node_modules/**"
  ]
}