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

@@ -19,17 +19,18 @@ categories:
- "technical debt"
- "translation"
- "release"
- title: "Bug Fixes"
- title: "Bugfixes"
semver-increment: minor
when:
labels:
- "fix"
- "bugfix"
- "bug"
- title: "🚨 Security"
semver-increment: minor
when:
label: "security"
version-resolver:
default: minor
labels:
- "security"
template: |
**Compatible with PHP 8.2 to 8.5**

View File

@@ -1,7 +0,0 @@
module.exports = {
branchPrefix: 'renovate/',
username: 'renovate-release',
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
onboarding: false,
platform: 'github'
};

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