terraform-provider-stackitp.../.github/workflows/renovate.yaml
Henrique Santos edefb264f4
Update Renovate action (#155)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-11-21 10:31:55 +00:00

19 lines
405 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@v39.1.3
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}