blob: 8d084a2a133c179fa26338a7380a1366d83f721c [file] [log] [blame]
# Dependabot configuration file.
version: 2
updates:
# Enable weekly pubspec.yaml dependencies checks.
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- "type-infra"
# Maintain dependencies for GitHub Actions.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "autosubmit"
- "type-infra"