From 88247d3ddda08003ba00d7b71d8314894fd233da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20Le=C3=A3o?= Date: Tue, 28 Jul 2026 09:49:45 -0300 Subject: [PATCH] ci: generalize publishing and group dependency updates Ref #36 --- .github/dependabot.yml | 18 ++++++++++++++++-- .github/workflows/release-image.yml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b0f5089..18dd1dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,24 @@ updates: directory: / schedule: interval: weekly - open-pull-requests-limit: 5 + day: monday + time: "06:00" + timezone: America/Sao_Paulo + open-pull-requests-limit: 2 + groups: + python-dependencies: + patterns: + - "*" - package-ecosystem: github-actions directory: / schedule: interval: weekly - open-pull-requests-limit: 5 + day: monday + time: "06:00" + timezone: America/Sao_Paulo + open-pull-requests-limit: 2 + groups: + github-actions-dependencies: + patterns: + - "*" diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 2f02d8c..abcb168 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -12,7 +12,7 @@ permissions: env: REGISTRY: ghcr.io - IMAGE_NAME: medtrack-project/medtrack-ai + IMAGE_NAME: ${{ github.repository }} jobs: verify: