mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
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.
7 lines
209 B
JSON
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"
|
|
}
|