@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.757Z") @Stability(value=Experimental) public interface DependabotIgnore extends software.amazon.jsii.JsiiSerializable
The ignore option supports the following options.
| Modifier and Type | Interface and Description |
|---|---|
static class |
DependabotIgnore.Builder
A builder for
DependabotIgnore |
static class |
DependabotIgnore.Jsii$Proxy
An implementation for
DependabotIgnore |
| Modifier and Type | Method and Description |
|---|---|
static DependabotIgnore.Builder |
builder() |
String |
getDependencyName()
(experimental) Use to ignore updates for dependencies with matching names, optionally using `*` to match zero or more characters.
|
default List<String> |
getVersions()
(experimental) Use to ignore specific versions or ranges of versions.
|
@Stability(value=Experimental) @NotNull String getDependencyName()
For Java dependencies, the format of the dependency-name attribute is:
groupId:artifactId, for example: org.kohsuke:github-api.
@Stability(value=Experimental) @Nullable default List<String> getVersions()
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).
@Stability(value=Experimental) static DependabotIgnore.Builder builder()
DependabotIgnore.Builder of DependabotIgnoreCopyright © 2021. All rights reserved.