From 2e62e2f332c245d3e71bbc6fe284f24c8736b82a Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Wed, 17 Jul 2024 18:24:20 +0100 Subject: [PATCH] imp(dependabot): add docker and group GitHub Actions --- .github/dependabot.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1699f34..8a4483f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,18 @@ version: 2 updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - timezone: America/New_York - open-pull-requests-limit: 10 - reviewers: - - conradoplg - assignees: - - conradoplg + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + commit-message: + prefix: "deps(actions) " + groups: + devops: + patterns: + - "*" + - package-ecosystem: docker + directory: /docker + schedule: + interval: monthly + commit-message: + prefix: "deps(docker) "