dependabot.yml25 lines · main
| 1 | version: 2 |
| 2 | updates: |
| 3 | - package-ecosystem: npm |
| 4 | directory: / |
| 5 | schedule: |
| 6 | interval: weekly |
| 7 | day: monday |
| 8 | open-pull-requests-limit: 5 |
| 9 | groups: |
| 10 | next: |
| 11 | patterns: |
| 12 | - 'next' |
| 13 | - '@next/*' |
| 14 | tailwind: |
| 15 | patterns: |
| 16 | - 'tailwindcss' |
| 17 | - '@tailwindcss/*' |
| 18 | types: |
| 19 | patterns: |
| 20 | - '@types/*' |
| 21 | |
| 22 | - package-ecosystem: github-actions |
| 23 | directory: / |
| 24 | schedule: |
| 25 | interval: monthly |