Class RenovatebotOptions.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getIgnore

        public final List<String> getIgnore()
        Description copied from interface: RenovatebotOptions
        (experimental) You can use the ignore option to customize which dependencies are updated.

        The ignore option supports just package name.

        Default: []

        Specified by:
        getIgnore in interface RenovatebotOptions
      • getIgnoreProjen

        public final Boolean getIgnoreProjen()
        Description copied from interface: RenovatebotOptions
        (experimental) Ignores updates to projen.

        This 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

        Specified by:
        getIgnoreProjen in interface RenovatebotOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object