Skip to content

Commit

Permalink
Revert ":construction_worker: add pip to dependabot management (#1)" (#2
Browse files Browse the repository at this point in the history
)

This reverts commit e7f3096.
  • Loading branch information
ff137 authored Feb 21, 2024
1 parent e7f3096 commit d00cdaf
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,10 +11,4 @@ updates:
interval: weekly
groups:
all-actions:
patterns: ["*"]

# Maintain dependencies for Python
- package-ecosystem: pip
directory: /
schedule:
interval: daily
patterns: [ "*" ]

0 comments on commit d00cdaf

Please sign in to comment.