Skip to content

Renovate

Renovate #28

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 14 * * 4'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Renovate Automatic Branch
uses: bodinsamuel/renovate-automatic-branch@v1
with:
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
repo-owner: specfy
repo-name: stack-analyser
branch-base: main