Instructions:
- Clone this repo and open the local folder in your favorite IDE
- Click here to create a classic Personal Access Token (PAT) for the bot account, select
repo
scope, andworkflow
scope (workflow
scope is needed to allow Renovate to create branches / PRs that affect workflow yaml files) - Copy
env.example
to.env
and paste the PAT - Open the
config.js
file and change therepositories
to point to your repo(s) - Run Renovate via
docker compose up