Only renovate the Drone config on a monthly basis
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
f47e8f52a6
commit
7070883315
@ -6,5 +6,11 @@
|
||||
":prHourlyLimitNone",
|
||||
":prConcurrentLimitNone",
|
||||
":separateMultipleMajorReleases"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchFileNames": [".drone.yml"],
|
||||
"schedule": ["before 9am on the first day of the month"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user