improve new workflows

This commit is contained in:
Kevin Papst
2026-06-10 12:56:47 +02:00
parent a2c1c71cfc
commit d1b4433fa4
3 changed files with 12 additions and 17 deletions

View File

@@ -11,13 +11,14 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Clone Kimai
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run Renovate
uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_BRANCH_PREFIX: renovate/
RENOVATE_GIT_AUTHOR: Renovate Bot <bot@renovateapp.com>
RENOVATE_ONBOARDING: 'false'
RENOVATE_PLATFORM: github
RENOVATE_USERNAME: renovate-release