Skip to content

Renovate

Renovate #1788

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 * * * *'
concurrency:
group: renovate
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
security-events: write
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@909c7153cce2c6ef916f4fde6958886d9d65af03 # v5.55.0
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: |-
${{ github.token }}
${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_ONBOARDING_CONFIG_FILE_NAME: .github/renovate.json
with:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}