digitale-online-offline-reg.../renovate.json
Brain 7070883315
All checks were successful
continuous-integration/drone/pr Build is passing
Only renovate the Drone config on a monthly basis
2024-04-25 13:55:19 +02:00

17 lines
376 B
JSON

{
"$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"]
}
]
}