Skip to content

Commit

Permalink
Disable Automated Dependency Updates
Browse files Browse the repository at this point in the history
Creates too much overhead for a low-maintenance project
  • Loading branch information
Bibo-Joshi committed May 6, 2024
1 parent 22cb803 commit 7ba290d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "friday"

# Updates the dependencies of the GitHub Actions workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
day: "friday"
#version: 2
#updates:
# - package-ecosystem: "pip"
# directory: "/"
# schedule:
# interval: "weekly"
# day: "friday"
#
# # Updates the dependencies of the GitHub Actions workflows
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "monthly"
# day: "friday"
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Make sure that the additional_dependencies here match requirements.txt

ci:
autofix_prs: false
autoupdate_schedule: monthly
#ci:
# autofix_prs: false
# autoupdate_schedule: monthly

repos:
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 7ba290d

Please sign in to comment.