123456789101112131415161718192021 |
- # Please see the documentation for all configuration options:
- # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
- version: 2
- updates:
- - package-ecosystem: "cargo"
- directory: "/"
- schedule:
- interval: "weekly"
- groups:
- cargo-crates:
- patterns:
- - "*"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
- groups:
- github-actions:
- patterns:
- - "*"
|