Files
webnews/.gitea/workflows/renovate.yml
Renovate Bot 19a9e0506d
All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 9m35s
Update ghcr.io/renovatebot/renovate Docker tag to v42
2025-12-28 14:53:19 +00:00

25 lines
628 B
YAML

name: renovate
on:
schedule:
- cron: '@daily'
push:
branches:
- main
- master
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.66.10
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Fetch remote configuration
run: curl -sL https://git.quad4.io/Quad4-Extra/renovate-config/raw/branch/master/config.js -o config.js
- run: renovate
env:
RENOVATE_CONFIG_FILE: 'config.js'
LOG_LEVEL: 'debug'
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}