Touch
All checks were successful
renovate / renovate (push) Successful in 1m38s

This commit is contained in:
2024-02-05 17:12:35 +13:00
parent 630971b3aa
commit 404e0ff34b

View File

@@ -1,23 +1,23 @@
name: renovate name: renovate
on: on:
schedule: schedule:
- cron: "@daily" - cron: "@daily"
push: push:
branches: branches:
- main - main
issue_comment: issue_comment:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.140.5 container: ghcr.io/renovatebot/renovate:37.172
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js" RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.PAT }} RENOVATE_TOKEN: ${{ secrets.PAT }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}