Bazelregistry

kind: bazelregistry

sourceconditiontarget

Description

source

The Bazelregistry "source" retrieves an information from a bazelregistry file.

condition

The Bazelregistry "condition" tests that an information exist in a bazelregistry file.

target

Not supported. Feel free to open an issue if you want to see this implemented.

Parameters

NameTypeDescriptionRequired

Example

sources:
    rules_python:
        name: Get latest version of Bazel module rules_python
        kind: bazelregistry
        spec:
            module: rules_python
            versionfilter:
                kind: semver
                pattern: '>=0.25.0'
Top