1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-08-30 16:36:55 +08:00
commit 12d5404418
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View File

@ -18,5 +18,7 @@ jobs:
- name: Run Renovate - name: Run Renovate
uses: renovatebot/github-action@a447f09147d00e00ae2a82ad5ef51ca89352da80 # v43.0.9 uses: renovatebot/github-action@a447f09147d00e00ae2a82ad5ef51ca89352da80 # v43.0.9
with: with:
useSlim: false configurationFile: renovate.json
token: ${{ github.token }} token: ${{ github.token }}
env:
RENOVATE_REPOSITORIES: '["pooneyy/1Panel-Appstore"]'

View File

@ -123,6 +123,10 @@
], ],
"enabled": false "enabled": false
}, },
{
"matchPackageNames": ["qyg2297248353/bili-fetcher**"],
"groupName": "Bilibili History Fetcher"
},
{ {
"matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"], "matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"],
"groupName": "Frp Cilent & Server" "groupName": "Frp Cilent & Server"