Compare commits

...

5 Commits

Author SHA1 Message Date
t.behrendt c0cde006a0 negative test
CI / Test (action.json) (pull_request) Successful in 4s
CI / Test (common.json) (pull_request) Successful in 4s
CI / Test (docker-compose.json) (pull_request) Successful in 5s
CI / Test (helm.json) (pull_request) Successful in 5s
CI / Test (k8s.json) (pull_request) Successful in 4s
CI / Format (pull_request) Successful in 6s
CI / Test (bun-npm.json) (pull_request) Successful in 35s
2026-06-27 13:57:22 +02:00
t.behrendt 82adfe5977 test: prerelease of validate-json-by-jsin-schema-action
CI / Test (action.json) (pull_request) Successful in 5s
CI / Test (common.json) (pull_request) Successful in 5s
CI / Test (docker-compose.json) (pull_request) Successful in 5s
CI / Test (helm.json) (pull_request) Successful in 4s
CI / Test (k8s.json) (pull_request) Successful in 4s
CI / Format (pull_request) Successful in 6s
CI / Test (bun-npm.json) (pull_request) Successful in 53s
2026-06-27 13:56:16 +02:00
renovate-bot d1f0230ae6 chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.8 (#77)
CD / Release (push) Successful in 5s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-06-26 06:11:14 +02:00
t.behrendt 8250869fd3 fix: allow actions/checkout v7 upgrade (#76)
CD / Release (push) Successful in 4s
Reviewed-on: #76
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-06-25 20:09:24 +02:00
t.behrendt 90885cbb52 feat: allow automerge of actions/checkout v7 (#75)
CD / Release (push) Successful in 5s
Reviewed-on: #75
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2026-06-25 17:51:49 +02:00
4 changed files with 14 additions and 3 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@0841ccc70fc2c1526123785f3b0a510a6ba4bdfc # 0.2.7 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Validate "${{ matrix.json-file }}" - name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.13-rc-a288738811de80673b21e7cd067fb116728548ee
with: with:
json-file: "./${{ matrix.json-file }}" json-file: "./${{ matrix.json-file }}"
+10
View File
@@ -43,6 +43,16 @@
"platformAutomerge": true, "platformAutomerge": true,
"automergeType": "pr", "automergeType": "pr",
"addLabels": ["automerge"] "addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7.0.0",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
} }
] ]
} }
+2 -1
View File
@@ -4,5 +4,6 @@
"kubernetes": { "kubernetes": {
"enabled": true, "enabled": true,
"labels": ["deps", "k8s"] "labels": ["deps", "k8s"]
} },
"i_am_not_supposed_to_be_here": 42
} }