Skip to content

Commit

Permalink
fix: Disable Python dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
Searge authored Feb 13, 2025
1 parent 1c63fb7 commit cf5d5df
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ updates:
include: "scope"

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
labels:
- "python"
- "dependencies"
groups:
updates:
applies-to: "version-updates"
update-types:
- "minor"
security:
applies-to: "security-updates"
update-types:
- "minor"
commit-message:
prefix: "pip: "
include: "scope"
# - package-ecosystem: "pip"
# directory: "/"
# schedule:
# interval: "monthly"
# labels:
# - "python"
# - "dependencies"
# groups:
# updates:
# applies-to: "version-updates"
# update-types:
# - "minor"
# security:
# applies-to: "security-updates"
# update-types:
# - "minor"
# commit-message:
# prefix: "pip: "
# include: "scope"

0 comments on commit cf5d5df

Please sign in to comment.