4 Commits

Author SHA1 Message Date
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
2 changed files with 4 additions and 1 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: |

3
renovate.json Normal file
View File

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