gosearch/.gitea/workflows/renovate.yaml
Renovate Bot 80db97f68c
All checks were successful
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Successful in 37s
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41
2025-06-27 00:01:50 +00:00

20 lines
475 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.13.0
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ".gitea/workflows/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token