| version: 2 | |
| updates: | |
| - package-ecosystem: "gomod" | |
| directory: "/" | |
| schedule: | |
| interval: "daily" | |
| labels: ["dependencies"] | |
| - package-ecosystem: github-actions | |
| directory: / | |
| schedule: | |
| interval: weekly | |
| labels: | |
| - dependencies | |
| groups: | |
| github-actions-breaking: | |
| update-types: | |
| - major | |
| github-actions-backward-compatible: | |
| update-types: | |
| - minor | |
| - patch |