gosearch/.gitea/workflows/renovate.yaml
Renovate Bot bf643821aa
All checks were successful
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Successful in 33s
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40
2025-06-10 00:01:51 +00:00

20 lines
476 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:40.48.10
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