Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 1adcab6f7c chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.13
CI / Build check (pull_request) Successful in 13s
CI / Test (pull_request) Failing after 11m42s
2026-08-06 16:35:51 +00:00
6 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
1.3.14 1.3.6
+2 -2
View File
@@ -91,12 +91,12 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@a4f52386bae401ac7a1b20d5706b861a66b833ca # 0.1.44 - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@99bd74fe5366e32f91fe977eaff5f55aacb42600 # 0.1.43
id: tag id: tag
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@6cf63eee9ef1b152172e0b296c059729ff8f4bda # 0.2.14 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f0c91330816ba347a02f8811dd3692d9f677996 # 0.2.13
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
- name: Set output - name: Set output
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with: with:
path: | path: |
node_modules node_modules
key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('bun.lockb') }} key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
- name: Install dependencies - name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true' if: steps.cache-deps.outputs.cache-hit != 'true'
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@
"devDependencies": { "devDependencies": {
"@types/bun": "latest", "@types/bun": "latest",
"cspell": "10.0.1", "cspell": "10.0.1",
"oxlint": "1.76.0", "oxlint": "1.75.0",
"typescript": "7.0.2" "typescript": "7.0.2"
}, },
"dependencies": { "dependencies": {
+8 -2
View File
@@ -1,7 +1,13 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:action", "local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:bun-npm" "local>t.behrendt/renovate-configs:action"
],
"packageRules": [
{
"matchPackageNames": ["Bun", "oven/bun"],
"groupName": "bun version"
}
] ]
} }