Skip to content

Commit

Permalink
chore: Disable dependabot (fix)
Browse files Browse the repository at this point in the history
limit open PRs to 0 to disable
  • Loading branch information
MaxCWhitehead committed May 2, 2024
1 parent 69643ac commit aecd998
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# version: 2
# updates:
# # Maintain dependencies for Cargo
# - package-ecosystem: cargo
# directory: "/"
# schedule:
# interval: monthly
# open-pull-requests-limit: 10
version: 2
updates:
# Maintain dependencies for Cargo
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
# disabled
open-pull-requests-limit: 0

# # Maintain dependencies for GitHub Actions
# - package-ecosystem: github-actions
# directory: "/"
# schedule:
# interval: monthly
# open-pull-requests-limit: 10
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
# Disabled
open-pull-requests-limit: 0

0 comments on commit aecd998

Please sign in to comment.