Package io.github.cdklabs.projen.github
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDependabotGroup.BuilderA builder forDependabotGroupstatic classDependabotGroup.Jsii$ProxyAn implementation forDependabotGroup
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DependabotGroup.Builderbuilder()default List<String>getExcludePatterns()(experimental) Optionally you can use this to exclude certain dependencies from the group.List<String>getPatterns()(experimental) Define a list of strings (with or without wildcards) that will match package names to form this dependency group.
-
-
-
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.
-
builder
@Stability(Experimental) static DependabotGroup.Builder builder()
- Returns:
- a
DependabotGroup.BuilderofDependabotGroup
-
-