5 Commits

Author SHA1 Message Date
Renovate Bot
74e72587fd Update dependency @biomejs/biome to v1.9.4
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-22 11:42:05 +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 commit -m "${{ gitea.event.head_commit.message }} ·· [$(date +"%Z %Y-%m-%d %A %H:%M:%S")]"
# 强制推送到远程仓库的 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 通知服务器
run: |

View File

@@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.13",
"astro": "^5.17.2",
"tailwindcss": "^3.4.3",

3
renovate.json Normal file
View File

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