Compare commits

..

1 Commits

Author SHA1 Message Date
db99d8fed9 chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.30
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (action.json) (pull_request) Successful in 35s
CI / Test (docker-compose.json) (pull_request) Successful in 16s
CI / Test (k8s.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 34s
2026-03-26 20:08:04 +00:00
2 changed files with 1 additions and 21 deletions

View File

@@ -15,10 +15,9 @@ jobs:
- "helm.json"
- "common.json"
- "docker-compose.json"
- "bun-npm.json"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@121bd063c7d52c50e99befc9c162f9a40191a184 # 0.1.11
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6fe6639f0bb3e2964311ea7b0fbee0adc8514b03 # 0.1.10
with:
json-file: "./${{ 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"]
}
]
}