Only renovate the Drone config on a monthly basis
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Brain 2024-04-25 13:55:19 +02:00
parent f47e8f52a6
commit 7070883315
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
1 changed files with 6 additions and 0 deletions

View File

@ -6,5 +6,11 @@
":prHourlyLimitNone",
":prConcurrentLimitNone",
":separateMultipleMajorReleases"
],
"packageRules": [
{
"matchFileNames": [".drone.yml"],
"schedule": ["before 9am on the first day of the month"]
}
]
}