| version: 2 | |
| updates: | |
| - package-ecosystem: "github-actions" | |
| directory: "/" | |
| schedule: | |
| interval: "weekly" | |
| labels: ["internal"] | |
| groups: | |
| actions: | |
| patterns: | |
| - "*" | |
| ignore: | |
| # The latest versions of these are not compatible with our release workflow | |
| - dependency-name: "actions/upload-artifact" | |
| - dependency-name: "actions/download-artifact" | |
| - package-ecosystem: "cargo" | |
| directory: "/" | |
| schedule: | |
| interval: "weekly" | |
| labels: ["internal"] |