mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
47 lines
882 B
YAML
47 lines
882 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:
|
|
- "*"
|
|
|
|
- package-ecosystem: devcontainers
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
devcontainers:
|
|
patterns:
|
|
- "*"
|