Compare commits

..

1 Commits

Author SHA1 Message Date
fafef4f011 chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 3m9s
CI / Test (docker-compose.json) (pull_request) Successful in 38s
CI / Test (k8s.json) (pull_request) Successful in 34s
CI / Test (helm.json) (pull_request) Successful in 46s
CI / Test (common.json) (pull_request) Successful in 5m22s
2026-03-26 20:08:03 +00:00
3 changed files with 1 additions and 21 deletions

View File

@@ -20,6 +20,6 @@ jobs:
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@3925c92fc33f3d2bc87d28d21ab691b7e6dd6cdf # 0.2.1 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@f386e2570df6a796ba0a69865c89ea0c1a7109ab # 0.2.2
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}

View File

@@ -15,7 +15,6 @@ jobs:
- "helm.json" - "helm.json"
- "common.json" - "common.json"
- "docker-compose.json" - "docker-compose.json"
- "bun-npm.json"
steps: steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Validate "${{ matrix.json-file }}" - name: Validate "${{ matrix.json-file }}"

View File

@@ -1,19 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [
{
"description": "Group all minor and patch updates together",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["npm", "bun"]
},
{
"description": "Group Bun version and Docker version updates together",
"groupName": "bun version",
"groupSlug": "bun-version",
"matchPackageNames": ["Bun", "oven/bun"]
}
]
}