.renovate-shared.json: schedule daily before 6am Europe/Helsinki time

to possibly reduce noise or have it at expected times
This commit is contained in:
Aminda Suomalainen 2024-07-05 19:27:08 +03:00
parent 33040a8b98
commit 4fc9eb6281
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -9,5 +9,9 @@
"mode": "full",
"pre-commit": {
"enabled": true
}
},
"schedule": [
"before 6am"
],
"timezone": "Europe/Helsinki"
}