chore: set renovate minimumReleaseAge to 1 day (#208)
Some checks are pending
CI / lint (push) Waiting to run
CI / generate (push) Waiting to run
CI / test (push) Blocked by required conditions
Release / release (push) Waiting to run

This commit is contained in:
Joris Buchou 2026-09-10 14:24:21 -07:00 committed by GitHub
parent 7bd8459147
commit b7d38e92e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,5 @@
"extends": [ "extends": [
"local>freckle/renovate-config" "local>freckle/renovate-config"
], ],
"minimumReleaseAge": "0 days" "minimumReleaseAge": "1 days"
} }