All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.cdklabs.projen.github.DependabotScheduleInterval Maven / Gradle / Ivy

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, }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy