diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd4692b79f..014205b60d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ - # For details on how this file works refer to: - # - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# For details on how this file works refer to: +# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: # Maintain dependencies for GitHub Actions @@ -11,4 +11,18 @@ updates: interval: weekly groups: all-actions: - patterns: [ "*" ] \ No newline at end of file + patterns: ["*"] + + # Maintain dependencies for Python + - package-ecosystem: pip + directory: / + schedule: + interval: daily + update-types: + - "minor" + - "major" + commit-message: + prefix: "chore(deps): " + labels: + - "dependencies" + - "python"