imp(dependabot): add docker and group GitHub Actions

This commit is contained in:
Gustavo Valverde 2024-07-17 18:24:20 +01:00
parent f298063d04
commit 2e62e2f332
1 changed files with 16 additions and 10 deletions

View File

@ -1,12 +1,18 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: weekly
timezone: America/New_York commit-message:
open-pull-requests-limit: 10 prefix: "deps(actions) "
reviewers: groups:
- conradoplg devops:
assignees: patterns:
- conradoplg - "*"
- package-ecosystem: docker
directory: /docker
schedule:
interval: monthly
commit-message:
prefix: "deps(docker) "