Skip to content

chore(deps): update docker.io/obiba/opal:5.0.3 docker digest to 9a04a… #132

chore(deps): update docker.io/obiba/opal:5.0.3 docker digest to 9a04a…

chore(deps): update docker.io/obiba/opal:5.0.3 docker digest to 9a04a… #132

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 11 * * *"
push:
branches:
- master
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
jobs:
renovate:
runs-on: ubuntu-24.04
if: ${{ github.repository == 'miracum/charts' }}
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: app-token
with:
app-id: ${{ secrets.RENOVATE_APP_ID }}
private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: |
charts
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Self-hosted Renovate
uses: renovatebot/github-action@936628dfbff213ab2eb95033c5e123cfcaf09ebb # v41.0.5
with:
token: "${{ steps.app-token.outputs.token }}"
mount-docker-socket: true
env:
LOG_LEVEL: "debug"
RENOVATE_REPOSITORIES: "${{ github.repository }}"
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: ".*"