Interface DependabotAllow

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DependabotAllow.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.067Z")
    @Stability(Experimental)
    public interface DependabotAllow
    extends software.amazon.jsii.JsiiSerializable
    (experimental) You can use the allow option to customize which dependencies are updated.

    The allow option supports the following options.

    • Method Detail

      • getDependencyName

        @Stability(Experimental)
        @NotNull
        String getDependencyName()
        (experimental) Use to allow updates for dependencies with matching names, optionally using * to match zero or more characters.

        For Java dependencies, the format of the dependency-name attribute is: groupId:artifactId, for example: org.kohsuke:github-api.