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