diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6ab5f5b..5037c42 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,9 +1,22 @@ version: 2 updates: - - package-ecosystem: 'pip' - directory: '/' + - package-ecosystem: "pip" + directory: "/" schedule: - interval: 'daily' + interval: "daily" + groups: + python-requirements: + patterns: + - "*" + + - package-ecosystem: "poetry" + directory: "/" + schedule: + interval: "daily" + groups: + poetry-dependencies: + patterns: + - "*" - package-ecosystem: 'github-actions' directory: '/'