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