renovate/lib/modules/datasource/bitrise
RahulGautamSingh 0d23707604
refactor(logger): remove templating from WARN log messages (#33488)
2025-01-14 13:03:05 +00:00
..
index.spec.ts feat(datasources): add bitrise datasource (#30138) 2024-07-25 17:51:00 +00:00
index.ts refactor(logger): remove templating from WARN log messages (#33488) 2025-01-14 13:03:05 +00:00
readme.md feat(datasources): add bitrise datasource (#30138) 2024-07-25 17:51:00 +00:00
schema.ts refactor(bitrise): Simplify file parsing usage (#33525) 2025-01-11 13:16:47 +00:00

readme.md

Renovate uses this datasource to fetch Bitrise steps from GitHub repositories.

Renovate field What value to use?
packageName Name of the Bitrise step
registryUrl GitHub HTTP Git URL, as used by Bitrise

For example, in the YAML snippet below:

  • packageName is script
  • registryUrl is https://github.com/bitrise-io/bitrise-steplib.git
format_version: 11
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: android
app:
  envs:
    - MY_NAME: My Name
workflows:
  test:
    steps:
      - script@1.1.5:
          inputs:
            - content: echo "Hello ${MY_NAME}!"