@Stability(value=Experimental) @Internal public static final class DependabotOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DependabotOptions
DependabotOptionssoftware.amazon.jsii.JsiiObject.InitializationModeDependabotOptions.Builder, DependabotOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DependabotOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DependabotOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<DependabotIgnore> |
getIgnore()
(experimental) You can use the `ignore` option to customize which dependencies are updated.
|
Boolean |
getIgnoreProjen()
(experimental) Ignores updates to `projen`.
|
List<String> |
getLabels()
(experimental) List of labels to apply to the created PR's.
|
Map<String,DependabotRegistry> |
getRegistries()
(experimental) Map of package registries to use.
|
DependabotScheduleInterval |
getScheduleInterval()
(experimental) How often to check for new versions and raise pull requests.
|
VersioningStrategy |
getVersioningStrategy()
(experimental) The strategy to use when edits manifest and lock files.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DependabotOptions.Builder builder)
DependabotOptions.Builder.public final List<DependabotIgnore> getIgnore()
DependabotOptionsThe ignore option supports the following options.
Default: []
getIgnore in interface DependabotOptionspublic final Boolean getIgnoreProjen()
DependabotOptionsThis is required since projen updates may cause changes in committed files and anti-tamper checks will fail.
Projen upgrades are covered through the ProjenUpgrade class.
Default: true
getIgnoreProjen in interface DependabotOptionspublic final List<String> getLabels()
DependabotOptionsgetLabels in interface DependabotOptionspublic final Map<String,DependabotRegistry> getRegistries()
DependabotOptionsDefault: - use public registries
getRegistries in interface DependabotOptionspublic final DependabotScheduleInterval getScheduleInterval()
DependabotOptionsDefault: ScheduleInterval.DAILY
getScheduleInterval in interface DependabotOptionspublic final VersioningStrategy getVersioningStrategy()
DependabotOptionsDefault: VersioningStrategy.LOCKFILE_ONLY The default is to only update the lock file because package.json is controlled by projen and any outside updates will fail the build.
getVersioningStrategy in interface DependabotOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.