Package io.github.cdklabs.projen.github
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 theallowoption to customize which dependencies are updated.The allow option supports the following options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDependabotAllow.BuilderA builder forDependabotAllowstatic classDependabotAllow.Jsii$ProxyAn implementation forDependabotAllow
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DependabotAllow.Builderbuilder()StringgetDependencyName()(experimental) Use to allow updates for dependencies with matching names, optionally using*to match zero or more characters.
-
-
-
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.
-
builder
@Stability(Experimental) static DependabotAllow.Builder builder()
- Returns:
- a
DependabotAllow.BuilderofDependabotAllow
-
-