io.github.cdklabs.projen.github.DependabotScheduleInterval Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of projen Show documentation
Show all versions of projen Show documentation
CDK for software projects
The newest version!
package io.github.cdklabs.projen.github;
/**
* (experimental) How often to check for new versions and raise pull requests for version updates.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T17:03:55.180Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = io.github.cdklabs.projen.$Module.class, fqn = "projen.github.DependabotScheduleInterval")
public enum DependabotScheduleInterval {
/**
* (experimental) Runs on every weekday, Monday to Friday.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
DAILY,
/**
* (experimental) Runs once each week.
*
* By default, this is on Monday.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
WEEKLY,
/**
* (experimental) Runs once each month.
*
* This is on the first day of the month.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
MONTHLY,
}