cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
.github/dependabot.yml
22lines · modecode
| 1 | version: 2 |
| 2 | updates: |
| 3 | - package-ecosystem: "docker" |
| 4 | directory: "/" |
| 5 | schedule: |
| 6 | interval: "daily" |
| 7 | groups: |
| 8 | debian: |
| 9 | patterns: |
| 10 | - "debian" |
| 11 | - package-ecosystem: "gomod" |
| 12 | directories: |
| 13 | - "/" |
| 14 | - "/tools/benchstat" |
| 15 | - "/tools/betteralign" |
| 16 | - "/tools/golangci-lint" |
| 17 | schedule: |
| 18 | interval: "weekly" |
| 19 | - package-ecosystem: "github-actions" |
| 20 | directory: "/" |
| 21 | schedule: |
| 22 | interval: "weekly" |
| 23 | |