123456789101112131415161718192021 |
- # Please see the documentation for all configuration options:
- # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
- 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:
- - "*"
|