Merge branch 'config' into localApps
This commit is contained in:
commit
12d5404418
|
|
@ -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"]'
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue