From 06ff79ed343dd0e061093017733a7eb14b09cc75 Mon Sep 17 00:00:00 2001 From: Diego Kelyacoubian <136350671+kelyacf@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:45:25 -0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d866e3..6e88379 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + common: + patterns: + - pip + - cython + - flake8 + poetry: + patterns: + - poetry + - hashin