Compare commits

..

1 Commits

Author SHA1 Message Date
ddfc908b0c chore(deps): update https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action action to v0.1.11
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Has been cancelled
CI / Test (common.json) (pull_request) Has been cancelled
CI / Test (docker-compose.json) (pull_request) Has been cancelled
CI / Test (helm.json) (pull_request) Has been cancelled
CI / Test (k8s.json) (pull_request) Has been cancelled
2026-03-25 11:13:16 +00:00
3 changed files with 1 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@11c694022eefab5876ac346fc9ffc0464b2548c7 # 0.1.30
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@41b7e04221df8a033bec841d40a097b76e5f67ff # 0.1.29
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}

View File

@@ -15,7 +15,6 @@ jobs:
- "helm.json"
- "common.json"
- "docker-compose.json"
- "bun-npm.json"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- 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"]
}
]
}