terraform-provider-stackitp.../.github/workflows/renovate.yaml
Henrique Santos 2ddeb17d8a
Update Renovate to v39 (#89)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-10-17 10:22:08 +01:00

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