Skip to content

Commit

Permalink
Use renovate github action
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 20, 2024
1 parent 0f0a67c commit 75c9143
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ on:
pull_request:

jobs:

renovate:
runs-on: ubuntu-latest
steps:
- uses: docker://ghcr.io/renovatebot/renovate:38.114.0
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
args: renovate "${{ github.repository }}"
env:
GITHUB_COM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RENOVATE_BASE_DIR: ${{ github.workspace }}/renovate
RENOVATE_GIT_AUTHOR: Renovate Bot <[email protected]>
RENOVATE_OPTIMIZE_FOR_DISABLED: "true"
RENOVATE_REPOSITORY_CACHE: "enabled"
LOG_LEVEL: debug
renovate-version: 38.114.0
token: ${{ secrets.GITHUB_TOKEN }}

# vim:ts=2:sw=2:et

0 comments on commit 75c9143

Please sign in to comment.