123456789101112131415161718192021 |
- version: 2
- updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "monthly"
- commit-message:
- prefix: "chore(ci): "
- groups:
- github-actions:
- patterns:
- - "*"
- - package-ecosystem: "pip"
- directory: "/"
- schedule:
- interval: "weekly"
|