Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 05c5a923e1 chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.36
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 11s
CI / Test (bun-npm.json) (pull_request) Successful in 11s
CI / Test (common.json) (pull_request) Successful in 10s
CI / Test (docker-compose.json) (pull_request) Successful in 12s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Test (helm.json) (pull_request) Successful in 1m48s
2026-06-20 19:49:57 +00:00
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag
id: 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@d6ea474a97989499561ba86fa974ad33215369f0 # 0.1.36
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
+5 -6
View File
@@ -10,12 +10,11 @@
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [ "matchPackageNames": [
"t.behrendt/actions", "https://gitea.t000-n.de/t.behrendt/actions/*",
"t.behrendt/actions/*", "https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment",
"t.behrendt/conventional-semantic-git-tag-increment", "https://gitea.t000-n.de/t.behrendt/k_deploy_workflows",
"t.behrendt/k_deploy_workflows", "https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action",
"t.behrendt/validate-json-by-json-schema-action",
"actions/checkout", "actions/checkout",
"actions/cache", "actions/cache",
"actions/cache/*", "actions/cache/*",
+1 -1
View File
@@ -16,7 +16,7 @@
{ {
"description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).", "description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
"matchPackageNames": [ "matchPackageNames": [
"!t.behrendt/**" "!https://gitea.t000-n.de/t.behrendt/**"
], ],
"minimumReleaseAge": "7 days", "minimumReleaseAge": "7 days",
"minimumReleaseAgeBehaviour": "timestamp-required", "minimumReleaseAgeBehaviour": "timestamp-required",