Files
appium/.renovaterc.json
Christopher Hiller a46d86a4cc chore(renovate): move schedule away from shared config
The schedule is helpful in the context of a larger monorepo like Appium, but not so much in the context of a standalone package which consumes the shared config.
2022-12-01 11:58:49 -08:00

7 lines
209 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>appium/appium//renovate/default"],
"schedule": ["after 10pm and before 5:00am"],
"timezone": "America/Vancouver"
}