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

19 lines
445 B
JSON
Raw 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",
2024-08-13 18:10:06 +02:00
":maintainLockFilesWeekly",
":pinAllExceptPeerDependencies",
2024-04-16 20:59:57 +02:00
":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
}