Uses of Class
io.github.cdklabs.projen.github.DependabotScheduleInterval
-
Packages that use DependabotScheduleInterval Package Description io.github.cdklabs.projen.github -
-
Uses of DependabotScheduleInterval in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return DependabotScheduleInterval Modifier and Type Method Description default DependabotScheduleIntervalDependabotOptions. getScheduleInterval()(experimental) How often to check for new versions and raise pull requests.DependabotScheduleIntervalDependabotOptions.Jsii$Proxy. getScheduleInterval()static DependabotScheduleIntervalDependabotScheduleInterval. 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.Methods in io.github.cdklabs.projen.github with parameters of type DependabotScheduleInterval Modifier and Type Method Description Dependabot.BuilderDependabot.Builder. scheduleInterval(DependabotScheduleInterval scheduleInterval)(experimental) How often to check for new versions and raise pull requests.DependabotOptions.BuilderDependabotOptions.Builder. scheduleInterval(DependabotScheduleInterval scheduleInterval)Sets the value ofDependabotOptions.getScheduleInterval()
-