Brain def15e9d20
All checks were successful
continuous-integration/drone/pr Build is passing
renovate.json aktualisiert
2025-05-19 14:39:35 +02:00

19 lines
446 B
JSON

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