{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:best-practices",
    "npm:unpublishSafe",
    ":maintainLockFilesWeekly",
    ":pinAllExceptPeerDependencies",
    ":prHourlyLimitNone",
    ":prConcurrentLimitNone",
    ":separateMultipleMajorReleases"
  ],
  "packageRules": [
    {
      "matchFileNames": [".drone.yml"],
      "schedule": ["before 9am on the first day of the month"]
    }
  ]
}