diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3c336e..530621e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,14 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: monthly - open-pull-requests-limit: 99 + - package-ecosystem: pip + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 99 + groups: + dev-dependencies: + patterns: + - "black" + - "ruff" + - "pytest*" + - "wheel"