terraform-provider-stackitp.../.github/workflows/renovate.yaml
stackit-pipeline e8e81f887c
chore(deps): update renovatebot/github-action action to v40.1.12 (#406)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2024-06-17 15:40:55 +01:00

19 lines
406 B
YAML

name: Renovate
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.12
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}