Interface DependabotIgnore

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

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

    The ignore option supports the following options.

    • Method Detail

      • getDependencyName

        @Stability(Experimental)
        @NotNull
        String getDependencyName()
        (experimental) Use to ignore 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.

      • getVersions

        @Stability(Experimental)
        @Nullable
        default List<String> getVersions()
        (experimental) Use to ignore specific versions or ranges of versions.

        If you want to define a range, use the standard pattern for the package manager (for example: ^1.0.0 for npm, or ~> 2.0 for Bundler).