wecli/.gitea/workflows/renovate.yml
Renovate Bot a86ec95baa
All checks were successful
test suite / cargo test (pull_request) Successful in 37s
test suite / cargo test (push) Successful in 25s
RenovateBot / renovate (push) Successful in 12s
Update ghcr.io/renovatebot/renovate Docker tag to v40
2025-05-01 00:00:57 +00:00

27 lines
527 B
YAML

name: RenovateBot
on:
schedule:
- cron: "@daily"
push:
branches:
- master
jobs:
renovate:
container: ghcr.io/renovatebot/renovate:40
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run renovate
run: |
renovate
env:
LOG_LEVEL: debug
RENOVATE_CONFIG_FILE: renovate.config.cjs
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}