Class DependabotAllow.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dependencyName

        @Stability(Experimental)
        public DependabotAllow.Builder dependencyName​(String dependencyName)
        Parameters:
        dependencyName - Use to allow 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