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