Dependabot.Builder |
Dependabot.Builder.allow(List<? extends DependabotAllow> allow) |
(experimental) https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow.
|
Dependabot.Builder |
Dependabot.Builder.assignees(List<String> assignees) |
(experimental) Specify individual assignees or teams of assignees for all pull requests raised for a package manager.
|
static Dependabot.Builder |
Dependabot.Builder.create(GitHub github) |
|
Dependabot.Builder |
Dependabot.Builder.groups(Map<String,? extends DependabotGroup> groups) |
(experimental) https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups.
|
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.openPullRequestsLimit(Number openPullRequestsLimit) |
(experimental) Sets the maximum of pull requests Dependabot opens for version updates.
|
Dependabot.Builder |
Dependabot.Builder.registries(Map<String,? extends DependabotRegistry> registries) |
(experimental) Map of package registries to use.
|
Dependabot.Builder |
Dependabot.Builder.reviewers(List<String> reviewers) |
(experimental) Specify individual reviewers or teams of reviewers for all pull requests raised for a package manager.
|
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.
|