Class DependabotIgnore.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dependencyName

        @Stability(Experimental)
        public DependabotIgnore.Builder dependencyName​(String dependencyName)
        Parameters:
        dependencyName - Use to ignore updates for dependencies with matching names, optionally using * to match zero or more characters. This parameter is required. For Java dependencies, the format of the dependency-name attribute is: groupId:artifactId, for example: org.kohsuke:github-api.
        Returns:
        this
      • versions

        @Stability(Experimental)
        public DependabotIgnore.Builder versions​(List<String> versions)
        Parameters:
        versions - Use to ignore specific versions or ranges of versions. 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).
        Returns:
        this