mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
38 lines
722 B
YAML
38 lines
722 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/actions/build-api-doc"
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/actions/setup-node"
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/actions/setup-python"
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|