Adiciona pipeline para teste e publicacao da imagem docker #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
updates: | |
# Maintain dependencies for GitHub Actions | |
- package-ecosystem: github-actions | |
directory: / | |
schedule: | |
interval: monthly | |
- package-ecosystem: composer | |
directory: /api | |
schedule: | |
interval: daily | |
labels: | |
- dependencies | |
open-pull-requests-limit: 0 # open Pull Requests for security updates only | |
- package-ecosystem: npm | |
directory: /pwa | |
schedule: | |
interval: daily | |
labels: | |
- dependencies | |
open-pull-requests-limit: 0 # open Pull Requests for security updates only |