Skip to content

Renovate

Renovate #5587

Workflow file for this run

name: Renovate
env:
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: 'http://${{ secrets.PARENT_DOMAIN }}:4318/v1/metrics'
OTEL_EXPORTER_OTLP_LOGS_ENDPOINT: 'http://${{ secrets.PARENT_DOMAIN }}:4318/v1/logs'
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: 'http://${{ secrets.PARENT_DOMAIN }}:4318/v1/traces'
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
concurrency:
group: renovate
jobs:
observe:
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected]
renovate:
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected]
- uses: renovatebot/[email protected]
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
with:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}