Interface DependabotGroup

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.067Z")
    @Stability(Experimental)
    public interface DependabotGroup
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Defines a single group for dependency updates.
    • Method Detail

      • getPatterns

        @Stability(Experimental)
        @NotNull
        List<String> getPatterns()
        (experimental) Define a list of strings (with or without wildcards) that will match package names to form this dependency group.
      • getExcludePatterns

        @Stability(Experimental)
        @Nullable
        default List<String> getExcludePatterns()
        (experimental) Optionally you can use this to exclude certain dependencies from the group.