Compare commits

6 Commits

Author SHA1 Message Date
33678d8544 Merge pull request 'Migrate Renovate config' (#3) from renovate/migrate-config into master
All checks were successful
自动部署 / deploy (push) Successful in 2m31s
Reviewed-on: #3
2026-02-23 08:39:05 +08:00
Renovate Bot
25cfc95619 Migrate config renovate.json 2026-02-22 11:40:43 +00:00
61e6b2a6a5 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
All checks were successful
自动部署 / deploy (push) Successful in 32s
Reviewed-on: #1
2026-02-22 19:36:58 +08:00
1be6eba844 更新 renovate.json 2026-02-22 19:36:29 +08:00
Renovate Bot
8c407a5610 Add renovate.json 2026-02-22 11:32:05 +00:00
a162ee7e9e update hook
All checks were successful
自动部署 / deploy (push) Successful in 3m39s
2026-02-18 15:25:05 +08:00
2 changed files with 15 additions and 1 deletions

View File

@@ -53,4 +53,4 @@ jobs:
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/blog.git" master:page
- name: Deploy to Server
run: |
curl -k -X POST "https://45.145.229.95:40606/hook?access_key=1XJG8IvYTSZVvD5dpm86GYIpQxgxBcucULnX1MFskZSKayXU"
curl -k -X POST "https://panel.biss.click/hook?access_key=1XJG8IvYTSZVvD5dpm86GYIpQxgxBcucULnX1MFskZSKayXU"

14
renovate.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "Asia/Shanghai",
"enabledManagers": [
"npm"
],
"ignorePaths": [
"themes/**",
".gitea/**"
]
}