gosearch/.gitea/workflows/renovate.yaml
Renovate Bot c48cb45bf0
Some checks failed
Go / build (pull_request) Successful in -11s
SonarQube Scan / Build and analyze (pull_request) Failing after 10s
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.218.1
2025-03-26 19:19:14 +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:39.218.1
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