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"
|
2024-04-25 13:55:19 +02:00
|
|
|
],
|
|
|
|
"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
|
|
|
}
|