Skip to content

add renovate job

add renovate job #1

Workflow file for this run

# Workflow to scan repository for dependency updates and more
name: Scan
on:
schedule:
- "0 3 * * 2" # 3pm on Tuesdays
workflow_dispatch:
jobs:
depcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Renovate Bot GitHub Action
uses: renovatebot/[email protected]