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