Files
renovate-config/.gitea/workflows/renovate.yaml
deepDiverPaul deb28705ef
All checks were successful
renovate / renovate (push) Successful in 37s
Update .gitea/workflows/renovate.yaml
2026-03-23 15:32:39 +00:00

21 lines
612 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/spenke-nordic-ab/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "warn"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
RENOVATE_PACKAGE_RULES: "[{matchHost:\"github.com\",token:\"${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}\"}]"