Skip to content

feat: add repository configuration for Renovate #13

feat: add repository configuration for Renovate

feat: add repository configuration for Renovate #13

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 9,21 * * *'
push:
branches:
- feat/add-renovate
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
env:
LOG_LEVEL: debug
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.7
with:
configurationFile: '.github/renovate.json'
token: ${{ secrets.RENOVATE_TOKEN }}