| version: 2 |
| updates: |
| - package-ecosystem: "github-actions" |
| directory: "/" |
| schedule: |
| interval: weekly |
| cooldown: |
| default-days: 7 |
| groups: |
| github-actions: |
| patterns: |
| - "*" |
| ignore: |
| # Only create updates for actions/ references when it's actually required. |
| # We use @v$major tags, which already resolve to the latest version within |
| # that major revision. |
| - dependency-name: "actions/*" |
| update-types: |
| - "version-update:semver-patch" |
| - "version-update:semver-minor" |
| - package-ecosystem: "pub" |
| versioning-strategy: "increase-if-necessary" |
| directory: "/" |
| schedule: |
| interval: "weekly" |
| cooldown: |
| default-days: 7 |
| groups: |
| pub: |
| patterns: |
| - "*" |