diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd4692b79..51d37342f 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,10 @@ updates: interval: weekly groups: all-actions: - patterns: [ "*" ] \ No newline at end of file + patterns: ["*"] + + # Maintain pip dependencies for redis_events plugin + - package-ecosystem: pip + directory: /redis_events + schedule: + interval: daily