onasty/.github/dependabot.yml (view raw)
Smirnov Oleksandr
Smirnov Oleksandr
ss2316544@gmail.com chore/make dependabot less anoyying (#100)..., 1 year ago
ss2316544@gmail.com chore/make dependabot less anoyying (#100)..., 1 year ago
| 1 | version: 2 |
| 2 | updates: |
| 3 | - package-ecosystem: gomod |
| 4 | directory: / |
| 5 | open-pull-requests-limit: 6 |
| 6 | schedule: |
| 7 | interval: monthly |
| 8 | day: wednesday |
| 9 | |
| 10 | - package-ecosystem: docker |
| 11 | directories: |
| 12 | - / |
| 13 | - /mailer |
| 14 | open-pull-requests-limit: 2 |
| 15 | schedule: |
| 16 | interval: monthly |
| 17 | day: wednesday |
| 18 | |
| 19 | - package-ecosystem: github-actions |
| 20 | directory: / |
| 21 | open-pull-requests-limit: 2 |
| 22 | schedule: |
| 23 | interval: monthly |
| 24 | day: wednesday |