Files
Brain d3fd5f1dc7
All checks were successful
continuous-integration/drone/pr Build is passing
Renovate: Only update once per month
2026-03-10 21:59:27 +01:00

21 lines
495 B
JSON

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