@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.756Z") @Stability(value=Experimental) public class Dependabot extends Component
Since module versions are managed in projen, the versioning strategy will be configured to "lockfile-only" which means that only updates that can be done on the lockfile itself will be proposed.
| Modifier and Type | Class and Description |
|---|---|
static class |
Dependabot.Builder
(experimental) A fluent builder for
Dependabot. |
| Modifier | Constructor and Description |
|---|---|
|
Dependabot(GitHub github) |
|
Dependabot(GitHub github,
DependabotOptions options) |
protected |
Dependabot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Dependabot(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIgnore(String dependencyName,
String... versions)
(experimental) Ignores a dependency from automatic updates.
|
Object |
getConfig()
(experimental) The raw dependabot configuration.
|
Boolean |
getIgnoresProjen()
(experimental) Whether or not projen is also upgraded in this config,.
|
getProject, postSynthesize, preSynthesize, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Dependabot(software.amazon.jsii.JsiiObjectRef objRef)
protected Dependabot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Dependabot(@NotNull
GitHub github,
@Nullable
DependabotOptions options)
github - This parameter is required.options - @Stability(value=Experimental)
public Dependabot(@NotNull
GitHub github)
github - This parameter is required.@Stability(value=Experimental)
public void addIgnore(@NotNull
String dependencyName,
@NotNull
String... versions)
dependencyName - Use to ignore updates for dependencies with matching names, optionally using `*` to match zero or more characters. This parameter is required.versions - Use to ignore specific versions or ranges of versions. This parameter is required.@Stability(value=Experimental) @NotNull public Object getConfig()
https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates@Stability(value=Experimental) @NotNull public Boolean getIgnoresProjen()
Copyright © 2021. All rights reserved.