Bazelmod

kind: bazelmod

sourceconditiontarget

Description

source

The Bazelmod "source" retrieves an information from a bazelmod file.

condition

The Bazelmod "condition" tests that an information exist in a bazelmod file.

target

The Bazelmod "target" ensures that a bazelmod file content a specific value at

Parameters

NameTypeDescriptionRequired

Example

targets:
    rules_python:
        name: Bump Bazel module rules_python
        kind: bazelmod
        spec:
            file: project2/MODULE.bazel
            module: rules_python
Top