| Package | Description |
|---|---|
| io.github.cdklabs.projen.github |
| Modifier and Type | Method and Description |
|---|---|
default DependabotScheduleInterval |
DependabotOptions.getScheduleInterval()
(experimental) How often to check for new versions and raise pull requests.
|
DependabotScheduleInterval |
DependabotOptions.Jsii$Proxy.getScheduleInterval() |
static DependabotScheduleInterval |
DependabotScheduleInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependabotScheduleInterval[] |
DependabotScheduleInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dependabot.Builder |
Dependabot.Builder.scheduleInterval(DependabotScheduleInterval scheduleInterval)
(experimental) How often to check for new versions and raise pull requests.
|
DependabotOptions.Builder |
DependabotOptions.Builder.scheduleInterval(DependabotScheduleInterval scheduleInterval)
Sets the value of
DependabotOptions.getScheduleInterval() |
Copyright © 2021. All rights reserved.