| Package | Description |
|---|---|
| io.github.cdklabs.projen.github |
| Modifier and Type | Method and Description |
|---|---|
static Dependabot.Builder |
Dependabot.Builder.create(GitHub github) |
Dependabot.Builder |
Dependabot.Builder.ignore(List<? extends DependabotIgnore> ignore)
(experimental) You can use the `ignore` option to customize which dependencies are updated.
|
Dependabot.Builder |
Dependabot.Builder.ignoreProjen(Boolean ignoreProjen)
(experimental) Ignores updates to `projen`.
|
Dependabot.Builder |
Dependabot.Builder.labels(List<String> labels)
(experimental) List of labels to apply to the created PR's.
|
Dependabot.Builder |
Dependabot.Builder.registries(Map<String,? extends DependabotRegistry> registries)
(experimental) Map of package registries to use.
|
Dependabot.Builder |
Dependabot.Builder.scheduleInterval(DependabotScheduleInterval scheduleInterval)
(experimental) How often to check for new versions and raise pull requests.
|
Dependabot.Builder |
Dependabot.Builder.versioningStrategy(VersioningStrategy versioningStrategy)
(experimental) The strategy to use when edits manifest and lock files.
|
Copyright © 2021. All rights reserved.