| # Dependabot configuration file. | |
| # See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates | |
| version: 2 | |
| updates: | |
| - package-ecosystem: "github-actions" | |
| directory: "/" | |
| schedule: | |
| interval: "monthly" | |
| labels: | |
| - type-infra | |
| - package-ecosystem: "pub" | |
| directory: "/scripts" | |
| schedule: | |
| interval: "monthly" | |
| labels: | |
| - type-infra |