{
  "extends": [
    "config:base",
    ":preserveSemverRanges"
  ],
  "packageRules": [{
      "paths": ["testing/composer.json"],
      "excludePackageNames": ["phpunit/phpunit"]
    }, {
      "matchPaths": ["functions/**"],
      "branchPrefix": "renovate/functions-"
    }],
  "ignorePaths": [
      "appengine/flexible/",
      "run/laravel/"
  ],
  "branchPrefix": "renovate/{{parentDir}}-",
  "prConcurrentLimit": 10,
  "dependencyDashboard": true
}
