Skip to content

Commit

Permalink
disable non-security dependabot PRs (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov authored Sep 24, 2024
1 parent 770e66c commit 93e59ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ updates:
- package-ecosystem: "pip"
directory: "/" # pyproject.toml in root
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 0 # Security updates only
- package-ecosystem: "cargo"
directory: "/" # Cargo.toml workspace in root
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 0 # Security updates only

0 comments on commit 93e59ef

Please sign in to comment.