Sync all projects
This commit is contained in:
Vendored
+7
@@ -13,6 +13,13 @@ updates:
|
||||
timezone: "Asia/Shanghai"
|
||||
time: "09:00"
|
||||
|
||||
groups:
|
||||
all-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
- package-ecosystem: "pip" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
|
||||
Vendored
+2
@@ -6,3 +6,5 @@ demoji==1.1.0
|
||||
tqdm==4.66.5
|
||||
|
||||
aiohttp>=3.9.0
|
||||
|
||||
chardet
|
||||
Vendored
+1
-1
@@ -7,7 +7,7 @@ permissions:
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '1 * * * *' # 每小时执行一次
|
||||
- cron: '0 * * * *' # 每小时执行一次
|
||||
workflow_dispatch: # 允许手动触发
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user