Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot f2866e26b5 chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.6
renovate/stability-days Updates have met minimum release age requirement
CI / Test (bun-npm.json) (pull_request) Successful in 11s
CI / Test (common.json) (pull_request) Successful in 11s
CI / Test (docker-compose.json) (pull_request) Successful in 10s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 10s
CI / Test (action.json) (pull_request) Successful in 1m24s
2026-06-20 18:35:13 +00:00
2 changed files with 2 additions and 8 deletions
+1 -1
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@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d658186b7db91d5a93dec78794c8585fa98af79c # 0.2.6
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+1 -7
View File
@@ -19,13 +19,7 @@
} }
], ],
"osvVulnerabilityAlerts": true, "osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"vulnerabilityAlerts": { "vulnerabilityAlerts": {
"enabled": true, "enabled": true
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge", "security"],
"vulnerabilityFixStrategy": "lowest"
} }
} }