| # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates | |
| version: 2 | |
| updates: | |
| - package-ecosystem: cargo | |
| directory: / | |
| schedule: | |
| interval: weekly | |
| labels: ["type: chore"] | |
| # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups-- | |
| groups: | |
| major: | |
| update-types: ["major"] | |
| minor: | |
| update-types: ["minor"] | |
| patch: | |
| update-types: ["patch"] | |
| - package-ecosystem: github-actions | |
| directory: / | |
| schedule: | |
| interval: weekly | |
| labels: ["type: chore"] | |
| groups: | |
| actions: | |
| # Combine all images of last week | |
| patterns: ["*"] | |