digitale-online-offline-reg.../renovate.json

17 lines
376 B
JSON
Raw Permalink Normal View History

2024-04-16 20:34:23 +02:00
{
2024-04-16 20:59:57 +02:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2024-04-16 22:01:58 +02:00
"config:best-practices",
2024-04-16 20:59:57 +02:00
"npm:unpublishSafe",
":prHourlyLimitNone",
2024-04-16 22:01:58 +02:00
":prConcurrentLimitNone",
":separateMultipleMajorReleases"
],
"packageRules": [
{
"matchFileNames": [".drone.yml"],
"schedule": ["before 9am on the first day of the month"]
}
2024-04-16 20:59:57 +02:00
]
2024-04-16 20:34:23 +02:00
}