Class Renovatebot

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.797Z")
    @Stability(Experimental)
    public class Renovatebot
    extends Component
    (experimental) Defines renovatebot configuration for projen project.

    Ignores the versions controlled by Projen.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Renovatebot.Builder
      (experimental) A fluent builder for Renovatebot.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Detail

      • Renovatebot

        protected Renovatebot​(software.amazon.jsii.JsiiObjectRef objRef)
      • Renovatebot

        protected Renovatebot​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Renovatebot

        @Stability(Experimental)
        public Renovatebot​(@NotNull
                           Project project,
                           @Nullable
                           RenovatebotOptions options)
        Parameters:
        project - This parameter is required.
        options -
      • Renovatebot

        @Stability(Experimental)
        public Renovatebot​(@NotNull
                           Project project)
        Parameters:
        project - This parameter is required.
    • Method Detail

      • getFile

        @Stability(Experimental)
        @NotNull
        public JsonFile getFile()
        (experimental) The file holding the renovatebot configuration.