Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 1e92d5a618 chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.34
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 42s
CI / Test (bun-npm.json) (pull_request) Successful in 13s
CI / Test (docker-compose.json) (pull_request) Successful in 12s
CI / Test (common.json) (pull_request) Successful in 34s
CI / Test (helm.json) (pull_request) Successful in 12s
CI / Test (k8s.json) (pull_request) Successful in 35s
2026-06-07 10:17:27 +00:00
4 changed files with 4 additions and 47 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@b8806ee0141a44be30e8734dff15001361be100c # 0.1.35
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@35ade2957a606ec51fd196b838b0a59996102e96 # 0.1.34
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- "docker-compose.json"
- "bun-npm.json"
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- 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@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12
with:
-34
View File
@@ -5,40 +5,6 @@
{
"matchManagers": ["github-actions"],
"addLabels": ["deps", "action"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"https://gitea.t000-n.de/t.behrendt/actions/*",
"https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment",
"https://gitea.t000-n.de/t.behrendt/k_deploy_workflows",
"https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action",
"actions/checkout",
"actions/cache",
"actions/cache/*",
"actions/setup-go",
"azure/setup-kubectl",
"azure/setup-helm",
"azure/k8s-set-context",
"azure/k8s-create-secret",
"azure/k8s-deploy",
"azure/k8s-lint",
"helmfile/helmfile-action",
"docker/setup-buildx-action",
"docker/login-action",
"docker/build-push-action",
"oven-sh/setup-bun"
],
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
}
]
}
+1 -10
View File
@@ -17,14 +17,5 @@
"minimumReleaseAge": "0 days",
"internalChecksFilter": "none"
}
],
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true,
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge", "security"],
"vulnerabilityFixStrategy": "lowest"
}
]
}