Merge branch 'config' into localApps
This commit is contained in:
commit
12d5404418
|
|
@ -18,5 +18,7 @@ jobs:
|
|||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@a447f09147d00e00ae2a82ad5ef51ca89352da80 # v43.0.9
|
||||
with:
|
||||
useSlim: false
|
||||
token: ${{ github.token }}
|
||||
configurationFile: renovate.json
|
||||
token: ${{ github.token }}
|
||||
env:
|
||||
RENOVATE_REPOSITORIES: '["pooneyy/1Panel-Appstore"]'
|
||||
|
|
@ -123,6 +123,10 @@
|
|||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["qyg2297248353/bili-fetcher**"],
|
||||
"groupName": "Bilibili History Fetcher"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"],
|
||||
"groupName": "Frp Cilent & Server"
|
||||
|
|
|
|||
Loading…
Reference in New Issue