Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brian14708 authored Nov 9, 2024
1 parent 5e89c02 commit b7ff700
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/tsar-py"
schedule:
interval: "daily"
updates: []
#- package-ecosystem: "cargo"
# directory: "/"
# schedule:
# interval: "daily"
#- package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "daily"
#- package-ecosystem: "pip"
# directory: "/tsar-py"
# schedule:
# interval: "daily"

0 comments on commit b7ff700

Please sign in to comment.