5 Commits

Author SHA1 Message Date
Renovate Bot
4fe6473547 Update pnpm to v10
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-22 14:30:18 +00:00
905090e114 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
All checks were successful
Astro 自动部署 / deploy (push) Successful in 30s
Reviewed-on: #1
2026-02-22 19:41:35 +08:00
Renovate Bot
38bda65c54 Add renovate.json 2026-02-22 11:40:45 +00:00
85e3d5c86b fix
All checks were successful
Astro 自动部署 / deploy (push) Successful in 26s
2026-02-18 20:33:38 +08:00
b5ead6c093 update
All checks were successful
Astro 自动部署 / deploy (push) Successful in 31s
2026-02-18 20:32:02 +08:00
3 changed files with 5 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
git add . git add .
git commit -m "${{ gitea.event.head_commit.message }} ·· [$(date +"%Z %Y-%m-%d %A %H:%M:%S")]" git commit -m "${{ gitea.event.head_commit.message }} ·· [$(date +"%Z %Y-%m-%d %A %H:%M:%S")]"
# 强制推送到远程仓库的 page 分支 # 强制推送到远程仓库的 page 分支
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/blog.git" master:page git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/profile.git" master:page
- name: Webhook 通知服务器 - name: Webhook 通知服务器
run: | run: |

View File

@@ -19,5 +19,5 @@
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"packageManager": "pnpm@9.12.2" "packageManager": "pnpm@10.30.1"
} }

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}