Skip to content

Commit

Permalink
chore(dep): temp pausing dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 17, 2024
1 parent 6e328d4 commit 7402585
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for Cargo
- package-ecosystem: "cargo"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
# version: 2
# updates:
# # Maintain dependencies for Cargo
# - package-ecosystem: "cargo"
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
# # Maintain dependencies for GitHub Actions
# - package-ecosystem: github-actions
# directory: "/"
# schedule:
# interval: weekly

0 comments on commit 7402585

Please sign in to comment.