From d00cdafdc50a506a3614b9a430c908a371a84b06 Mon Sep 17 00:00:00 2001 From: Mourits de Beer <31511766+ff137@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:45:12 +0200 Subject: [PATCH] Revert ":construction_worker: add pip to dependabot management (#1)" (#2) This reverts commit e7f309647ea400f2322ad7e453fc1f83e685345f. --- .github/dependabot.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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